Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/loggerhead/json4u
/ root
Method
root
src/lib/parser/tree.ts:91–93 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
89
}
90
91
root() {
92
return
this.node(rootMarker);
93
}
94
95
isRoot(node: Node) {
96
return
node.id === rootMarker;
Callers
13
valid
Method · 0.95
hasChildren
Method · 0.95
findNodeAtOffset
Method · 0.95
stringify
Method · 0.95
stringifyNestNodes
Method · 0.95
toJSON
Method · 0.95
compareJSON
Function · 0.80
isEquals
Function · 0.80
toCsvJSON
Function · 0.80
buildTableGrid
Function · 0.80
genFlowNodes
Function · 0.80
Node.tsx
File · 0.80
Calls
1
node
Method · 0.95
Tested by
1
expectEq
Function · 0.64