Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/loggerhead/json4u
/ setParent
Method
setParent
src/lib/table/tableNode.ts:149–152 ·
view source on GitHub ↗
(nd: TableNode)
Source
from the content-addressed store, hash-verified
147
}
148
149
setParent(nd: TableNode) {
150
this.parent = nd;
151
return
this;
152
}
153
154
setRight(nd: TableNode) {
155
this.right = nd;
Callers
2
createArrayNode
Function · 0.80
createObjectNode
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected