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

Function listNotes

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

Source from the content-addressed store, hash-verified

365// --------------------------------------------------------------------
366
367function listNotes(): Promise<NoteMeta[]> {
368 return jsonRequest<NoteMeta[]>('/notes')
369}
370
371function listFolders(): Promise<FolderEntry[]> {
372 return jsonRequest<FolderEntry[]>('/folders')

Callers

nothing calls this directly

Calls 1

jsonRequestFunction · 0.85

Tested by

no test coverage detected