Get the current epoch (for external use).
()
| 970 | |
| 971 | /** Get the current epoch (for external use). */ |
| 972 | getWorkerEpoch(): number { |
| 973 | return this.workerEpoch |
| 974 | } |
| 975 | |
| 976 | /** Internal-event queue depth — shutdown-snapshot backpressure signal. */ |
| 977 | get internalEventsPending(): number { |
nothing calls this directly
no outgoing calls
no test coverage detected