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