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

Method setBorderFlag

src/lib/table/tableNode.ts:125–132  ·  view source on GitHub ↗
(flag: BorderFlag | "")

Source from the content-addressed store, hash-verified

123 }
124
125 setBorderFlag(flag: BorderFlag | "") {
126 if (!flag) {
127 return this;
128 }
129
130 this.borderFlags[flag] = true;
131 return this;
132 }
133
134 setId(id: string) {
135 this.id = id;

Callers 2

createArrayNodeFunction · 0.80
createObjectNodeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected