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

Method getCurrentVault

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

Source from the content-addressed store, hash-verified

105 ): Promise<{ vault: VaultInfo | null; capabilities: ServerCapabilities }>
106
107 getCurrentVault(): Promise<VaultInfo | null>
108 listLocalVaults(): Promise<LocalVaultEntry[]>
109 openLocalVault(root: string): Promise<VaultInfo | null>
110 closeVault(): Promise<VaultInfo | null>

Callers 4

store.tsFile · 0.65
loadFunction · 0.65
exportNotePdfFunction · 0.65
loadFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected