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

Function useStorage

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

Source from the content-addressed store, hash-verified

16const httpStorageProvider = createHttpStorageProvider()
17
18export function useStorage(): StorageProvider {
19 return markdownStorageProvider
20}
21
22export function useNotesStorage(): NotesStorageProvider {
23 return notesStorageProvider

Callers 12

createImportRunFolderFunction · 0.90
ensureFolderPathFunction · 0.90
getOrCreateTagIdsFunction · 0.90
createSnippetFunction · 0.90
persist.test.tsFile · 0.90
notes-dashboard.tsFile · 0.90
notes-graph.tsFile · 0.90
tags.tsFile · 0.90
internal-links.tsFile · 0.90
snippets.tsFile · 0.90
folders.tsFile · 0.90
createCodeCaptureFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected