Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudfoundry/cli
/ ExitCallCount
Method
ExitCallCount
util/ui/uifakes/fake_exiter.go:33–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
}
32
33
func
(fake *FakeExiter) ExitCallCount() int {
34
fake.exitMutex.RLock()
35
defer
fake.exitMutex.RUnlock()
36
return
len(fake.exitArgsForCall)
37
}
38
39
func
(fake *FakeExiter) ExitCalls(stub
func
(int)) {
40
fake.exitMutex.Lock()
Callers
1
prompt_test.go
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected