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

Method IsCFOnK8sReturns

command/commandfakes/fake_config.go:1852–1859  ·  view source on GitHub ↗
(result1 bool)

Source from the content-addressed store, hash-verified

1850}
1851
1852func (fake *FakeConfig) IsCFOnK8sReturns(result1 bool) {
1853 fake.isCFOnK8sMutex.Lock()
1854 defer fake.isCFOnK8sMutex.Unlock()
1855 fake.IsCFOnK8sStub = nil
1856 fake.isCFOnK8sReturns = struct {
1857 result1 bool
1858 }{result1}
1859}
1860
1861func (fake *FakeConfig) IsCFOnK8sReturnsOnCall(i int, result1 bool) {
1862 fake.isCFOnK8sMutex.Lock()

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected