MCPcopy Index your code
hub / github.com/massCodeIO/massCode / notes-dashboard.ts

File notes-dashboard.ts

src/main/api/routes/notes-dashboard.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { NotesDashboardResponse } from '../dto/notes-dashboard'
2import Elysia from 'elysia'
3import { useNotesStorage, useStorage } from '../../storage'
4import { buildNotesGraph } from '../../storage/providers/markdown/notes/runtime/graph'

Callers

nothing calls this directly

Calls 6

useNotesStorageFunction · 0.90
useStorageFunction · 0.90
buildNotesGraphFunction · 0.90
buildActivityFunction · 0.85
countWordsFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected