Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/experdot/pointer
/ navigation
Function
navigation
src/renderer/src/stores/registry.ts:76–78 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
74
return
getStoreRegistry().settings
75
},
76
get navigation() {
77
return
getStoreRegistry().navigation
78
},
79
get workspace() {
80
return
getStoreRegistry().workspace
81
}
Callers
nothing calls this directly
Calls
1
getStoreRegistry
Function · 0.85
Tested by
no test coverage detected