Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
15
type
fakeCandidate
struct
{
16
path string
17
exec bool
18
meta string
19
}
20
21
func
(c *fakeCandidate) Path() string {
22
return
c.path
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected