Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/stretchr/testify
/ expectedCalls
Method
expectedCalls
mock/mock.go:771–773 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
769
}
770
771
func
(m *Mock) expectedCalls() []*Call {
772
return
append([]*Call{}, m.ExpectedCalls...)
773
}
774
775
func
(m *Mock) calls() []Call {
776
return
append([]Call{}, m.Calls...)
Callers
2
findClosestCall
Method · 0.95
AssertExpectations
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected