Reset all state. Call between agent runs.
()
| 133 | |
| 134 | /** Reset all state. Call between agent runs. */ |
| 135 | reset() { |
| 136 | this.recent = []; |
| 137 | this.hits = 0; |
| 138 | this.misses = 0; |
| 139 | } |
| 140 | |
| 141 | /** Snapshot stats for logging. */ |
| 142 | stats() { |
no outgoing calls
no test coverage detected