MCPcopy Create free account
hub / github.com/codemix/graph /

Class

packages/graph/src/QueryContext.ts:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 * we avoid race conditions from concurrent queries sharing global state.
45 */
46export class QueryContext<TSchema extends GraphSchema = GraphSchema> {
47 readonly #params: QueryParams;
48 readonly #graph: GraphSource<TSchema>;
49 readonly #options: Required<QueryContextOptions>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected