MCPcopy Create free account
hub / github.com/containerd/containerd / init

Function init

core/metadata/containers_test.go:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42)
43
44func init() {
45 typeurl.Register(&specs.Spec{}, "types.containerd.io/opencontainers/runtime-spec", "v1", "Spec")
46}
47
48func TestContainersList(t *testing.T) {
49 ctx, db := testEnv(t)

Callers

nothing calls this directly

Calls 1

RegisterMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…