MCPcopy
hub / github.com/loggerhead/json4u / setUp

Method setUp

src/lib/table/tableNode.ts:159–165  ·  view source on GitHub ↗
(nd: TableNode | undefined)

Source from the content-addressed store, hash-verified

157 }
158
159 setUp(nd: TableNode | undefined) {
160 if (nd) {
161 this.up = nd;
162 nd.down = this;
163 }
164 return this;
165 }
166
167 setHeads(nodes: TableNode[]) {
168 this.heads = nodes;

Callers 3

newDummyNodeFunction · 0.80
createArrayNodeFunction · 0.80
createObjectNodeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected