Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
287
export
const
defaultIdGenerator: IdGenerator = () => crypto.randomUUID();
288
289
export
interface
GraphConfig<TSchema extends GraphSchema> {
290
schema: TSchema;
Callers
1
Graph.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected