()
| 105 | return notYetImplemented('incRef'); |
| 106 | } |
| 107 | timerAvailable(): boolean { |
| 108 | return true; |
| 109 | } |
| 110 | time(f: () => void): Promise<BackendTimingInfo> { |
| 111 | return notYetImplemented('time'); |
| 112 | } |
nothing calls this directly
no outgoing calls
no test coverage detected