Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/docker/cli
/ fakeCLI
Struct
fakeCLI
cli/command/completion/functions_test.go:20–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
)
19
20
type
fakeCLI
struct
{
21
*fakeClient
22
}
23
24
// Client implements [APIClientProvider].
25
func
(c fakeCLI) Client() client.APIClient {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected