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