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

Function workspace

src/renderer/src/persistence/registry.ts:62–64  ·  view source on GitHub ↗
(scope: Parameters<IPersistenceRegistry['workspace']>[0])

Source from the content-addressed store, hash-verified

60 return getPersistenceRegistry().account(scope)
61 },
62 workspace(scope: Parameters<IPersistenceRegistry['workspace']>[0]) {
63 return getPersistenceRegistry().workspace(scope)
64 },
65 get workspaces() {
66 return getPersistenceRegistry().workspaces
67 },

Callers

nothing calls this directly

Calls 2

getPersistenceRegistryFunction · 0.85
workspaceMethod · 0.65

Tested by

no test coverage detected