MCPcopy
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
1010func timeIn(d time.Duration) *time.Time {
1011 t := time.Now().UTC().Add(d)
1012 return &t
1013}

Callers 2

TestGCRootsFunction · 0.85
TestGCRemoveFunction · 0.85

Calls 1

AddMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…