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().

Parameters

self: *CheckObject,
phrase: []const u8,
file_source: std.Build.LazyPath,