scanΒΆ
type scan < targetA 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): scanReturns a new scan target using
Targetas the base target.meth (Target: scan):scans: targetsetReturns the results of the last scan.
meth (Target: scan):source: targetReturns the base target for the scan.