MCPcopy Index your code
hub / github.com/cloudfoundry/cli / GetUserRepository

Method GetUserRepository

cf/api/repository_locator.go:331–333  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

329}
330
331func (locator RepositoryLocator) GetUserRepository() UserRepository {
332 return locator.userRepo
333}
334
335func (locator RepositoryLocator) GetClientRepository() ClientRepository {
336 return locator.clientRepo

Callers 10

NewUserRequirementMethod · 0.80
SetDependencyMethod · 0.80
SetDependencyMethod · 0.80
SetDependencyMethod · 0.80
SetDependencyMethod · 0.80
SetDependencyMethod · 0.80
SetDependencyMethod · 0.80
SetDependencyMethod · 0.80
SetDependencyMethod · 0.80
SetDependencyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected