Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/containerd/containerd
/ timeIn
Function
timeIn
core/metadata/gc_test.go:1010–1013 ·
view source on GitHub ↗
(d time.Duration)
Source
from the content-addressed store, hash-verified
1008
}
1009
1010
func
timeIn(d time.Duration) *time.Time {
1011
t := time.Now().UTC().Add(d)
1012
return
&t
1013
}
Callers
2
TestGCRoots
Function · 0.85
TestGCRemove
Function · 0.85
Calls
1
Add
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…