This function returns the number of times that this mock has been invoked. This function is more efficient than checking ctx.calls.length
because ctx.calls
is a getter that creates a copy of the internal call tracking array.
method
test.default.MockFunctionContext.callCount
@returns
The number of times that this mock has been invoked.