Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
createNode
Function · 0.80
createArrayNode
Function · 0.80
createObjectNode
Function · 0.80
newNode
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected