MCPcopy Create free account
hub / github.com/experdot/pointer / messages

Function messages

src/renderer/src/persistence/registry.ts:74–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72 return getPersistenceRegistry().folders
73 },
74 get messages() {
75 return getPersistenceRegistry().messages
76 },
77 get settings() {
78 return getPersistenceRegistry().settings
79 },

Callers

nothing calls this directly

Calls 1

getPersistenceRegistryFunction · 0.85

Tested by

no test coverage detected