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

Class

packages/graph/src/Graph.ts:223–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223export class EmptyGraphSource<const TSchema extends GraphSchema> implements GraphSource<TSchema> {
224 #config: EmptyGraphSourceConfig<TSchema>;
225 public constructor(config: EmptyGraphSourceConfig<TSchema>) {
226 this.#config = config;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected