MCPcopy Index your code
hub / github.com/containerd/containerd / All

Function All

pkg/timeout/timeout.go:59–65  ·  view source on GitHub ↗

All returns all keys and their timeouts

()

Source from the content-addressed store, hash-verified

57
58// All returns all keys and their timeouts
59func All() map[string]time.Duration {
60 out := make(map[string]time.Duration)
61 mu.RLock()
62 defer mu.RUnlock()
63 maps.Copy(out, timeouts)
64 return out
65}

Callers 1

outputConfigFunction · 0.92

Calls 1

CopyMethod · 0.80

Tested by

no test coverage detected