MCPcopy
hub / github.com/nbubna/store / StoredData

Interface StoredData

index.d.ts:1–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface StoredData {
2 [key: string]: any;
3}
4export type Replacer = (key: any, value: any) => string | String[] | number[];
5export type Reviver = (key: string, value: any) => any;
6export type EachFn = (key: any, data: any) => false | any;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…