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

Method listAssets

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

Source from the content-addressed store, hash-verified

126 listNotesPage?(request: ListNotesPageRequest): Promise<ListNotesPageResponse>
127 listFolders(): Promise<FolderEntry[]>
128 listAssets(): Promise<AssetMeta[]>
129 hasAssetsDir(): Promise<boolean>
130 generateDemoTour(): Promise<VaultDemoTourResult>
131 removeDemoTour(): Promise<VaultDemoTourResult>

Callers 4

store.tsFile · 0.65
loadFunction · 0.65
registerIpcFunction · 0.65
loadFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected