Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Vincit/objection.js
/ buildGraph
Method
buildGraph
lib/model/graph/ModelGraphBuilder.js:14–19 ·
view source on GitHub ↗
(rootModelClass, roots)
Source
from the content-addressed store, hash-verified
12
}
13
14
static buildGraph(rootModelClass, roots) {
15
const
builder =
new
this();
16
builder._buildGraph(rootModelClass, roots);
17
18
return
builder;
19
}
20
21
_buildGraph(rootModelClass, roots) {
22
if
(roots) {
Callers
1
create
Method · 0.80
Calls
1
_buildGraph
Method · 0.80
Tested by
no test coverage detected