Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
func
MkDirBigFileTemp(sys *types.SystemContext, name string) (string, error) {
43
return
os.MkdirTemp(temporaryDirectoryForBigFiles(sys), prefix+name)
44
}
Callers
4
newImageDestination
Function · 0.92
createOCIRef
Function · 0.92
newImageSource
Function · 0.92
TestMkDirBigFileTemp
Function · 0.85
Calls
1
temporaryDirectoryForBigFiles
Function · 0.85
Tested by
1
TestMkDirBigFileTemp
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…