Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemix/graph
/ createGraph
Function
createGraph
packages/graph/src/test/arithmetic.test.ts:55–57 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
53
} as
const
satisfies GraphSchema;
54
55
function
createGraph() {
56
return
new
Graph({ schema, storage:
new
InMemoryGraphStorage() });
57
}
58
59
/**
60
* Tests
for
arithmetic expression support in the graph query language.
Callers
1
arithmetic.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected