fn checkNotPresentFileSource(self: *CheckObject, phrase: []const u8, file_source: std.Build.FileSource) void
[src]
Like checkExtract()
but takes an additional argument FileSource
which will be resolved to a full search query in make()
.
fn checkNotPresentFileSource(self: *CheckObject, phrase: []const u8, file_source: std.Build.FileSource) void
Like checkExtract()
but takes an additional argument FileSource
which will be resolved to a full search query in make()
.