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

Function newStore

storage/storage_test.go:94–96  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

92}
93
94func newStore(t *testing.T) storage.Store {
95 return newStoreWithGraphDriverOptions(t, []string{})
96}
97
98func TestParse(t *testing.T) {
99 store := newStore(t)

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…