scanΒΆ

type scan < target

A scan target is a dynamic set of targets derived from another base target. The build function for a scan target must return a list of targets.

fun scan(Target: target, Name: string, BuildFn?: any): scan

Returns a new scan target using Target as the base target.

meth (Target: scan):scans: targetset

Returns the results of the last scan.

meth (Target: scan):source: target

Returns the base target for the scan.