MCPcopy
hub / github.com/stretchr/testify / calls

Method calls

mock/mock.go:775–777  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

773}
774
775func (m *Mock) calls() []Call {
776 return append([]Call{}, m.Calls...)
777}
778
779/*
780 Arguments

Callers 3

AssertNumberOfCallsMethod · 0.95
AssertCalledMethod · 0.95
methodWasCalledMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected