Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/experdot/pointer
/ AccountScope
Interface
AccountScope
src/renderer/src/persistence/interfaces/base.ts:5–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
*/
4
5
export
interface
AccountScope {
6
accountId: string
7
}
8
9
export
interface
WorkspaceScope extends AccountScope {
10
workspacePath: string
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected