Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kopia/kopia
/ CreateTemp
Method
CreateTemp
repo/content/write_temp_file.go:21–21 ·
view source on GitHub ↗
(dir, pattern string)
Source
from the content-addressed store, hash-verified
19
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
}
Callers
8
createUnixFallback
Function · 0.65
writeKnownHostsDataStringToTempFile
Function · 0.65
CreateTemp
Method · 0.65
CreateTemp
Method · 0.65
writeTempFileAtomicImp
Function · 0.65
writeTempConfigFile
Function · 0.65
Walk
Function · 0.65
tmpfileWithContents
Function · 0.65
Implementers
1
localFS
repo/content/write_temp_file.go
Calls
no outgoing calls
Tested by
2
CreateTemp
Method · 0.52
tmpfileWithContents
Function · 0.52