pub fn create(owner: *std.Build) *UpdateSourceFiles
pub fn create(owner: *std.Build) *UpdateSourceFiles { const graph = owner.graph; const usf = graph.create(UpdateSourceFiles); usf.* = .{ .step = .init(.{ .tag = base_tag, .name = "UpdateSourceFiles", .owner = owner, }), }; return usf; }