Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
func
ref(name string) fakeRef {
28
return
fakeRef{name: name}
29
}
30
31
func
sref(t *testing.T, name string) *types.SerializableNamed {
32
t.Helper()
Callers
4
TestStoreRemove
Function · 0.70
TestStoreSaveAndGet
Function · 0.70
TestStoreGetList
Function · 0.70
TestStoreGetListDoesNotExist
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected