Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
20
type
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
Remove
Method · 0.65
writeTempFileAtomicImp
Function · 0.65
expireUnused
Method · 0.65
Implementers
1
localFS
repo/content/write_temp_file.go
Calls
no outgoing calls
Tested by
no test coverage detected