Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cloudfoundry/cli
/ ClientExists
Method
ClientExists
cf/api/clients.go:17–17 ·
view source on GitHub ↗
(clientID string)
Source
from the content-addressed store, hash-verified
15
16
type
ClientRepository
interface
{
17
ClientExists(clientID string) (exists bool, apiErr error)
18
}
19
20
type
CloudControllerClientRepository
struct
{
Callers
2
Execute
Method · 0.65
clients_test.go
File · 0.65
Implementers
2
CloudControllerClientRepository
cf/api/clients.go
FakeClientRepository
cf/api/apifakes/fake_client_repository
Calls
no outgoing calls
Tested by
no test coverage detected