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

Method setId

src/lib/table/tableNode.ts:134–137  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

132 }
133
134 setId(id: string) {
135 this.id = id;
136 return this;
137 }
138
139 addClass(className: string) {
140 className && this.classNames.push(className);

Callers 4

createNodeFunction · 0.80
createArrayNodeFunction · 0.80
createObjectNodeFunction · 0.80
newNodeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected