Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/docker/cli
/ candidate
Struct
candidate
cli-plugins/manager/candidate.go:9–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
)
8
9
type
candidate
struct
{
10
path string
11
}
12
13
func
(c *candidate) Path() string {
14
return
c.path
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected