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

Method PluginsReturns

command/commandfakes/fake_config.go:2382–2389  ·  view source on GitHub ↗
(result1 []configv3.Plugin)

Source from the content-addressed store, hash-verified

2380}
2381
2382func (fake *FakeConfig) PluginsReturns(result1 []configv3.Plugin) {
2383 fake.pluginsMutex.Lock()
2384 defer fake.pluginsMutex.Unlock()
2385 fake.PluginsStub = nil
2386 fake.pluginsReturns = struct {
2387 result1 []configv3.Plugin
2388 }{result1}
2389}
2390
2391func (fake *FakeConfig) PluginsReturnsOnCall(i int, result1 []configv3.Plugin) {
2392 fake.pluginsMutex.Lock()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected