Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/containerd/containerd
/ removePanicFile
Function
removePanicFile
cmd/containerd/command/service_windows.go:366–374 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
364
}
365
366
func
removePanicFile() {
367
if
st, err := panicFile.Stat(); err == nil {
368
if
st.Size() == 0 {
369
windows.SetStdHandle(windows.STD_ERROR_HANDLE, oldStderr)
370
panicFile.Close()
371
os.Remove(panicFile.Name())
372
}
373
}
374
}
Callers
1
Execute
Method · 0.85
Calls
5
Stat
Method · 0.65
Size
Method · 0.65
Close
Method · 0.65
Remove
Method · 0.65
Name
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…