(cu: ReturnType<typeof requireComputerUseSwift>)
| 18 | let pending = 0 |
| 19 | |
| 20 | function drainTick(cu: ReturnType<typeof requireComputerUseSwift>): void { |
| 21 | cu._drainMainRunLoop() |
| 22 | } |
| 23 | |
| 24 | function retain(): void { |
| 25 | pending++ |
nothing calls this directly
no outgoing calls
no test coverage detected