MCPcopy Create free account
hub / github.com/tiann/hapi /

Class

cli/src/modules/common/session/BaseSessionScanner.ts:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26};
27
28export abstract class BaseSessionScanner<TEvent> {
29 private readonly sync: InvalidateSync;
30 private readonly watchers = new Map<string, () => void>();
31 private readonly processedEventKeys = new Set<string>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected