Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/containerd/containerd
/ getUiqPath
Function
getUiqPath
core/diff/stream_windows.go:174–181 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
172
}
173
174
func
getUiqPath() (string, error) {
175
dir, err := os.MkdirTemp(
""
,
""
)
176
if
err != nil {
177
return
""
, err
178
}
179
os.Remove(dir)
180
return
filepath.Base(dir), nil
181
}
Callers
1
NewBinaryProcessor
Function · 0.85
Calls
1
Remove
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…