std › Build › Cache › Directory › formatformatFunction parametersParameters#self:Directorywriter:*std.io.WriterFunctions in this namespaceFunctions#clonecwdjoinjoinZcloseAndFree Whether or not the handle should be closed, or the path should be freedformateqlSourceImplementation#pub fn format(self: Directory, writer: *std.io.Writer) std.io.Writer.Error!void { if (self.path) |p| { try writer.writeAll(p); try writer.writeAll(fs.path.sep_str); } }
pub fn format(self: Directory, writer: *std.io.Writer) std.io.Writer.Error!void { if (self.path) |p| { try writer.writeAll(p); try writer.writeAll(fs.path.sep_str); } }