Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/experdot/pointer
/ database
Function
database
src/renderer/src/persistence/registry.ts:53–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
*/
52
export
const
persistence = {
53
get database() {
54
return
getPersistenceRegistry().database
55
},
56
get accounts() {
57
return
getPersistenceRegistry().accounts
58
},
Callers
nothing calls this directly
Calls
1
getPersistenceRegistry
Function · 0.85
Tested by
no test coverage detected