MCPcopy
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
20type 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

createUnixFallbackFunction · 0.65
CreateTempMethod · 0.65
CreateTempMethod · 0.65
writeTempFileAtomicImpFunction · 0.65
writeTempConfigFileFunction · 0.65
WalkFunction · 0.65
tmpfileWithContentsFunction · 0.65

Implementers 1

localFSrepo/content/write_temp_file.go

Calls

no outgoing calls

Tested by 2

CreateTempMethod · 0.52
tmpfileWithContentsFunction · 0.52