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