(callback: CleanupCallback)
| 15 | } |
| 16 | |
| 17 | function removeCleanup(callback: CleanupCallback) { |
| 18 | cleanupCallbacks = cleanupCallbacks.filter((cb) => cb !== callback) |
| 19 | } |
| 20 | |
| 21 | function skipAutoCleanup() { |
| 22 | try { |
no outgoing calls
no test coverage detected
searching dependent graphs…