MCPcopy Create free account
hub / github.com/containers/image / TestReferenceStringWithinTransport

Function TestReferenceStringWithinTransport

sif/transport_test.go:94–98  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

92}
93
94func TestReferenceStringWithinTransport(t *testing.T) {
95 ref, tmpFile := refToTempFile(t)
96 defer os.Remove(tmpFile)
97 assert.Equal(t, tmpFile, ref.StringWithinTransport())
98}
99
100func TestReferenceDockerReference(t *testing.T) {
101 ref, tmpFile := refToTempFile(t)

Callers

nothing calls this directly

Calls 3

refToTempFileFunction · 0.85
RemoveMethod · 0.80
StringWithinTransportMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…