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

Function tabs

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

Source from the content-addressed store, hash-verified

81 return getPersistenceRegistry().layout
82 },
83 get tabs() {
84 return getPersistenceRegistry().tabs
85 },
86 get messageQueue() {
87 return getPersistenceRegistry().messageQueue
88 }

Callers

nothing calls this directly

Calls 1

getPersistenceRegistryFunction · 0.85

Tested by

no test coverage detected