MCPcopy Index your code
hub / github.com/massCodeIO/massCode / useNotesStorage

Function useNotesStorage

src/main/storage/index.ts:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20}
21
22export function useNotesStorage(): NotesStorageProvider {
23 return notesStorageProvider
24}
25
26export function useHttpStorage(): HttpStorageProvider {
27 return httpStorageProvider

Callers 12

createImportRunFolderFunction · 0.90
ensureFolderPathFunction · 0.90
getOrCreateTagIdsFunction · 0.90
createNoteFunction · 0.90
persist.test.tsFile · 0.90
notes-dashboard.tsFile · 0.90
note-tags.tsFile · 0.90
notes-graph.tsFile · 0.90
internal-links.tsFile · 0.90
note-folders.tsFile · 0.90
notes.tsFile · 0.90
createNotesCaptureFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected