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

Function workspaces

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

Source from the content-addressed store, hash-verified

63 return getPersistenceRegistry().workspace(scope)
64 },
65 get workspaces() {
66 return getPersistenceRegistry().workspaces
67 },
68 get pages() {
69 return getPersistenceRegistry().pages
70 },

Callers

nothing calls this directly

Calls 1

getPersistenceRegistryFunction · 0.85

Tested by

no test coverage detected