Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/loggerhead/json4u
/ setLevel
Method
setLevel
src/lib/table/tableNode.ts:120–123 ·
view source on GitHub ↗
(lv: number)
Source
from the content-addressed store, hash-verified
118
}
119
120
setLevel(lv: number) {
121
this.level = lv;
122
return
this;
123
}
124
125
setBorderFlag(flag: BorderFlag |
""
) {
126
if
(!flag) {
Callers
1
newNode
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected