MCPcopy Index your code
hub / github.com/cli/cli / ListCalls

Method ListCalls

pkg/extensions/manager_mock.go:342–350  ·  view source on GitHub ↗

ListCalls gets all the calls that were made to List. Check the length with: len(mockedExtensionManager.ListCalls())

()

Source from the content-addressed store, hash-verified

340//
341// len(mockedExtensionManager.ListCalls())
342func (mock *ExtensionManagerMock) ListCalls() []struct {
343} {
344 var calls []struct {
345 }
346 mock.lockList.RLock()
347 calls = mock.calls.List
348 mock.lockList.RUnlock()
349 return calls
350}
351
352// Remove calls RemoveFunc.
353func (mock *ExtensionManagerMock) Remove(name string) error {

Callers 1

TestNewCmdExtensionFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestNewCmdExtensionFunction · 0.76