MCPcopy Create free account
hub / github.com/freecodexyz/free-code /

Class

src/bridge/bridgeMessaging.ts:429–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427 * safety net for echo filtering and race-condition dedup.
428 */
429export class BoundedUUIDSet {
430 private readonly capacity: number
431 private readonly ring: (string | undefined)[]
432 private readonly set = new Set<string>()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected