Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/containerd/containerd
/ contextError
Function
contextError
internal/cleanup/context_test.go:93–100 ·
view source on GitHub ↗
(ctx context.Context)
Source
from the content-addressed store, hash-verified
91
}
92
93
func
contextError(ctx context.Context) error {
94
select
{
95
case
<-ctx.Done():
96
return
ctx.Err()
97
default:
98
return
nil
99
}
100
}
Callers
1
TestDo
Function · 0.85
Calls
2
Done
Method · 0.65
Err
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…