MCPcopy Create free account
hub / github.com/garrytan/gstack / getInspectorSubscriberCount

Function getInspectorSubscriberCount

browse/src/server.ts:747–749  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

collectStructureStatsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected