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

Struct fakeSubContext

cli/command/formatter/formatter_test.go:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82type fakeSubContext struct {
83 Name string
84}
85
86func (fakeSubContext) FullHeader() any {
87 return map[string]string{"Name": "NAME"}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected