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

Function defaultIdGenerator

packages/graph/src/Graph.ts:287–287  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

285 * Default ID generator using crypto.randomUUID().
286 */
287export const defaultIdGenerator: IdGenerator = () => crypto.randomUUID();
288
289export interface GraphConfig<TSchema extends GraphSchema> {
290 schema: TSchema;

Callers 1

Graph.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected