Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/loggerhead/json4u
/ getTreeState
Function
getTreeState
src/stores/treeStore.ts:30–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
}));
29
30
export
function
getTreeState() {
31
return
useTreeStore.getState();
32
}
33
34
export
function
getTree() {
35
return
getTreeState()[
"main"
];
Callers
2
setTree
Method · 0.90
getTree
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected