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

Function getVaultSettings

apps/web/src/bridge/http-bridge.ts:292–294  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

290}
291
292function getVaultSettings(): Promise<VaultSettings> {
293 return jsonRequest<VaultSettings>('/vault/settings')
294}
295
296function setVaultSettings(next: VaultSettings): Promise<VaultSettings> {
297 return jsonRequest<VaultSettings>('/vault/settings', {

Callers 1

primaryNotesAtRootFunction · 0.70

Calls 1

jsonRequestFunction · 0.85

Tested by

no test coverage detected