MCPcopy
hub / github.com/kopia/kopia / Remove

Method Remove

repo/content/write_temp_file.go:22–22  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

20type fsInterface interface {
21 CreateTemp(dir, pattern string) (file, error)
22 Remove(name string) error
23 MkdirAll(path string, perm fs.FileMode) error
24}
25

Callers 3

RemoveMethod · 0.65
writeTempFileAtomicImpFunction · 0.65
expireUnusedMethod · 0.65

Implementers 1

localFSrepo/content/write_temp_file.go

Calls

no outgoing calls

Tested by

no test coverage detected