Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemix/graph
/ createGraph
Function
createGraph
packages/graph/src/test/isLabeled.test.ts:63–65 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
61
let
g: Graph<typeof schema>;
62
63
function
createGraph() {
64
return
new
Graph({ schema, storage:
new
InMemoryGraphStorage() });
65
}
66
67
let
alice: ReturnType<typeof g.addVertex>;
68
let
bob: ReturnType<typeof g.addVertex>;
Callers
1
isLabeled.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected