If spying on an instance method, this restores the original instance method.
()
| 392 | restored: boolean; |
| 393 | /** If spying on an instance method, this restores the original instance method. */ |
| 394 | restore(): void; |
| 395 | } |
| 396 | |
| 397 | /** An instance method wrapper that records all calls made to it. */ |
no outgoing calls
no test coverage detected