MCPcopy
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

createArrayNodeFunction · 0.80
createObjectNodeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected