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

Class

packages/graph/src/AsyncGraph.ts:78–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78export class AsyncGraph<const TSchema extends GraphSchema> {
79 #config: AsyncGraphConfig<TSchema>;
80 #storage: AsyncGraphStorage;
81 #graph: Graph<TSchema>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected