MCPcopy
hub / github.com/containerd/containerd / checkContainersEqual

Function checkContainersEqual

core/metadata/containers_test.go:705–707  ·  view source on GitHub ↗
(t *testing.T, a, b *containers.Container, format string, args ...any)

Source from the content-addressed store, hash-verified

703}
704
705func checkContainersEqual(t *testing.T, a, b *containers.Container, format string, args ...any) {
706 assert.True(t, cmp.Equal(a, b, compareNil, compareAny))
707}
708
709func testEnv(t *testing.T) (context.Context, *bolt.DB) {
710 ctx := t.Context()

Callers 2

TestContainersListFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…