MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / openLocalVault

Method openLocalVault

packages/bridge-contract/src/bridge.ts:109–109  ·  view source on GitHub ↗
(root: string)

Source from the content-addressed store, hash-verified

107 getCurrentVault(): Promise<VaultInfo | null>
108 listLocalVaults(): Promise<LocalVaultEntry[]>
109 openLocalVault(root: string): Promise<VaultInfo | null>
110 closeVault(): Promise<VaultInfo | null>
111 pickVault(): Promise<VaultInfo | null>
112 selectVaultPath(path: string): Promise<VaultInfo>

Callers 2

store.tsFile · 0.80
store.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected