MCPcopy Create free account
hub / github.com/clientdb/clientdb / DbContextInstance

Interface DbContextInstance

core/context.ts:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 */
10
11export interface DbContextInstance<T> {
12 value: T;
13 context: DbContext<T>;
14}
15
16export type DbContext<T> = ReturnType<typeof createDbContext<T>>;
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected