MCPcopy
hub / github.com/genuinetools/img / TestBuildOutputDocker

Function TestBuildOutputDocker

build_test.go:240–242  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

238}
239
240func TestBuildOutputDocker(t *testing.T) {
241 testBuildOutputArchive("docker", t)
242}
243
244func TestBuildOutputOCI(t *testing.T) {
245 testBuildOutputArchive("oci", t)

Callers

nothing calls this directly

Calls 1

testBuildOutputArchiveFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…