Function addCheckFile [src]
Prototype
pub fn addCheckFile( b: *Build, file_source: LazyPath, options: Step.CheckFile.Options, ) *Step.CheckFile
Parameters
b: *Build
file_source: LazyPath
options: Step.CheckFile.Options
Source
pub fn addCheckFile(
b: *Build,
file_source: LazyPath,
options: Step.CheckFile.Options,
) *Step.CheckFile {
return Step.CheckFile.create(b, file_source, options);
}