* Retrieves the number of times the mock function has been called. * @returns {number} The call count.
()
| 113 | * @returns {number} The call count. |
| 114 | */ |
| 115 | callCount() { |
| 116 | return this.#calls.length; |
| 117 | } |
| 118 | |
| 119 | /** |
| 120 | * Sets a new implementation for the mock function. |
no outgoing calls
no test coverage detected