MCPcopy
hub / github.com/containerd/containerd / init

Function init

plugins/metadata/plugin.go:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41)
42
43func init() {
44 timeout.Set(boltOpenTimeout, 0) // set to 0 means to wait indefinitely for bolt.Open
45}
46
47// BoltConfig defines the configuration values for the bolt plugin, which is
48// loaded here, rather than back registered in the metadata package.

Callers

nothing calls this directly

Calls 11

InitMethod · 0.95
SetFunction · 0.92
GetFunction · 0.92
WithEventsPublisherFunction · 0.92
NewDBFunction · 0.92
RegisterMethod · 0.65
MkdirAllMethod · 0.65
InfoMethod · 0.65
StopMethod · 0.65
ValidateMethod · 0.45
OpenMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…