MCPcopy Create free account
hub / github.com/containers/image / MkDirBigFileTemp

Function MkDirBigFileTemp

internal/tmpdir/tmpdir.go:42–44  ·  view source on GitHub ↗
(sys *types.SystemContext, name string)

Source from the content-addressed store, hash-verified

40}
41
42func MkDirBigFileTemp(sys *types.SystemContext, name string) (string, error) {
43 return os.MkdirTemp(temporaryDirectoryForBigFiles(sys), prefix+name)
44}

Callers 4

newImageDestinationFunction · 0.92
createOCIRefFunction · 0.92
newImageSourceFunction · 0.92
TestMkDirBigFileTempFunction · 0.85

Calls 1

Tested by 1

TestMkDirBigFileTempFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…