MCPcopy Index your code
hub / github.com/docker/cli / TestErrTLSDataError

Function TestErrTLSDataError

cli/command/defaultcontextstore_test.go:173–178  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

171}
172
173func TestErrTLSDataError(t *testing.T) {
174 meta := testDefaultMetadata()
175 s := testStore(t, meta, store.ContextTLSData{})
176 _, err := s.GetTLSData("default", "noop", "noop")
177 assert.Check(t, is.ErrorType(err, errdefs.IsNotFound))
178}

Callers

nothing calls this directly

Calls 3

testDefaultMetadataFunction · 0.85
testStoreFunction · 0.85
GetTLSDataMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…