fn addFilePostContents(self: *Manifest, resolved_path: []u8, bytes: []const u8, stat: File.Stat) error{OutOfMemory}!void
[src]
Like addFilePost
but when the file contents have already been loaded from disk. On success, cache takes ownership of resolved_path
.