source: LazyPath
dest_rel_path: []const u8
pub fn dupe(file: File, b: *std.Build) File
file: File
b: *std.Build
pub fn dupe(file: File, b: *std.Build) File { return .{ .source = file.source.dupe(b), .dest_rel_path = b.dupePath(file.dest_rel_path), }; }
pub const File = struct { source: LazyPath, dest_rel_path: []const u8, pub fn dupe(file: File, b: *std.Build) File { return .{ .source = file.source.dupe(b), .dest_rel_path = b.dupePath(file.dest_rel_path), }; } }
Press escape to exit search and then '?' to see more options.