Internal-event queue depth — shutdown-snapshot backpressure signal.
()
| 975 | |
| 976 | /** Internal-event queue depth — shutdown-snapshot backpressure signal. */ |
| 977 | get internalEventsPending(): number { |
| 978 | return this.internalEventUploader.pendingCount |
| 979 | } |
| 980 | |
| 981 | /** Clean up uploaders and timers. */ |
| 982 | close(): void { |
nothing calls this directly
no outgoing calls
no test coverage detected