MCPcopy Index your code
hub / github.com/tiann/hapi /

Class

cli/src/api/apiSession.ts:107–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 * filter would silently drop the mature emit. See HAPI Bot R3 finding #1.
106 */
107export class IncomingMessageFilter {
108 private readonly seenIds = new Set<string>()
109 private readonly capacity: number
110 private lastSeenSeq: number | null = null

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected