MCPcopy Index your code
hub / github.com/loggerhead/json4u / setWidth

Method setWidth

src/lib/table/tableNode.ts:104–107  ·  view source on GitHub ↗
(w: number)

Source from the content-addressed store, hash-verified

102 }
103
104 setWidth(w: number) {
105 this.width = w;
106 return this;
107 }
108
109 setRow(row: number) {
110 this.row = row;

Callers 2

createArrayNodeFunction · 0.80
createObjectNodeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected