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

Struct fakeCandidate

cli-plugins/manager/candidate_test.go:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13)
14
15type fakeCandidate struct {
16 path string
17 exec bool
18 meta string
19}
20
21func (c *fakeCandidate) Path() string {
22 return c.path

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected