MCPcopy Create free account
hub / github.com/bytebase/dbhub /

Class

src/requests/store.ts:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 * Uses FIFO eviction when max entries reached
19 */
20export class RequestStore {
21 private store = new Map<string, Request[]>();
22 private maxPerSource = 100;
23

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected