MCPcopy
hub / github.com/jakearchibald/idb / TestDBSchema

Interface TestDBSchema

test/utils.ts:15–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15export interface TestDBSchema extends DBSchema {
16 'key-val-store': {
17 key: string;
18 value: number;
19 };
20 'object-store': {
21 value: ObjectStoreValue;
22 key: number;
23 indexes: { date: Date; title: string };
24 };
25}
26
27export const dbName = 'test-db';
28let version = 0;

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…