MCPcopy Create free account
hub / github.com/docker/cli / ref

Function ref

cli/manifest/store/store_test.go:27–29  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

25}
26
27func ref(name string) fakeRef {
28 return fakeRef{name: name}
29}
30
31func sref(t *testing.T, name string) *types.SerializableNamed {
32 t.Helper()

Callers 4

TestStoreRemoveFunction · 0.70
TestStoreSaveAndGetFunction · 0.70
TestStoreGetListFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected