()
| 745 | |
| 746 | /** Diagnostic accessor used by the $B memory snapshot. */ |
| 747 | export function getInspectorSubscriberCount(): number { |
| 748 | return inspectorSubscribers.size; |
| 749 | } |
| 750 | |
| 751 | function emitInspectorEvent(event: any): void { |
| 752 | for (const notify of inspectorSubscribers) { |
no outgoing calls
no test coverage detected