MCPcopy Create free account

hub / github.com/andylow92/file-system-like-github / functions

Functions473 in github.com/andylow92/file-system-like-github

FunctionhandleGetContext
({ res, url, vaultIndex }: RequestContext)
apps/api/src/routes/files.ts:1035
FunctionhandleGetFile
(context: RequestContext)
apps/api/src/routes/files.ts:517
FunctionhandleGetGraph
({ res, vaultIndex }: RequestContext)
apps/api/src/routes/files.ts:421
FunctionhandleGetQuestions
* The question log: recent `think` questions with their gap signal, plus the * **recurring knowledge gaps** distilled from the whole log — terms that
apps/api/src/routes/files.ts:1214
FunctionhandleGetSchema
* GET /api/schema — return the vault's **schema pack**: the canonical `type:` * values with their colours and allowed typed relations. Static (the bu
apps/api/src/routes/files.ts:436
FunctionhandleGetTree
({ res, url, repository }: RequestContext)
apps/api/src/routes/files.ts:373
FunctionhandleHybridSearch
* Hybrid retrieval: fuse the lexical (keyword) and semantic (relevance) rankings * with Reciprocal Rank Fusion. Each engine ranks notes by a non-comp
apps/api/src/routes/files.ts:920
FunctionhandleItemDragEnd
()
apps/web/src/components/GlobalLayout.tsx:382
FunctionhandleKeyDown
(event: KeyboardEvent<HTMLTextAreaElement>)
apps/web/src/components/RichTextEditorPane.tsx:241
FunctionhandleListProposals
({ res, url, proposalStore }: RequestContext)
apps/api/src/routes/files.ts:1270
FunctionhandleListSkills
* List the vault's **skill notes** (frontmatter `type: skill`) — procedural * playbooks an agent checks before starting a task. Reading one is a plai
apps/api/src/routes/files.ts:837
FunctionhandleMaintenancePreview
GET /api/maintenance — a dry preview: scan the cached corpus, file nothing.
apps/api/src/routes/files.ts:1617
FunctionhandleMaintenanceScan
POST /api/maintenance/scan — scan and file each actionable finding as a proposal.
apps/api/src/routes/files.ts:1636
FunctionhandlePatchFile
(context: RequestContext)
apps/api/src/routes/files.ts:600
FunctionhandlePatchPath
(context: RequestContext)
apps/api/src/routes/files.ts:725
FunctionhandlePointerMove
(event: ReactPointerEvent<SVGSVGElement>)
apps/web/src/components/KnowledgeGraph.tsx:158
FunctionhandlePostDir
(context: RequestContext)
apps/api/src/routes/files.ts:714
FunctionhandlePostFile
(context: RequestContext)
apps/api/src/routes/files.ts:691
FunctionhandleProposalStats
* GET /api/proposals/stats — review-queue learning. Tally the proposal store's * approve/reject outcomes per category and derive any bounded threshol
apps/api/src/routes/files.ts:1293
FunctionhandlePutFile
(context: RequestContext)
apps/api/src/routes/files.ts:524
FunctionhandleResolve
(id: string, decision: 'approve' | 'reject')
apps/web/src/components/ReviewPanel.tsx:57
FunctionhandleResolveProposal
(context: RequestContext)
apps/api/src/routes/files.ts:1383
FunctionhandleRootDragLeave
()
apps/web/src/components/GlobalLayout.tsx:468
FunctionhandleRootDragOver
(event: DragEvent<HTMLDivElement>)
apps/web/src/components/GlobalLayout.tsx:457
FunctionhandleRootDrop
(event: DragEvent<HTMLDivElement>)
apps/web/src/components/GlobalLayout.tsx:472
FunctionhandleSave
()
apps/web/src/components/EditorPane.tsx:12
FunctionhandleSearch
({ res, url, vaultIndex }: RequestContext)
apps/api/src/routes/files.ts:789
FunctionhandleSemanticSearch
({ res, url, vaultIndex }: RequestContext)
apps/api/src/routes/files.ts:844
FunctionhandleSubmit
(event: React.FormEvent<HTMLFormElement>)
apps/web/src/components/OpenRouterSettingsDialog.tsx:85
FunctionhandleThink
* `think` — a grounded, cited answer kit. Runs **hybrid retrieval** (fuse the * lexical + semantic rankings by RRF so neither exact keyword nor conce
apps/api/src/routes/files.ts:1090
FunctionhandleTreeDragOver
(event: DragEvent<HTMLUListElement>)
apps/web/src/components/GlobalLayout.tsx:499
FunctionhandleTreeDrop
(event: DragEvent<HTMLUListElement>)
apps/web/src/components/GlobalLayout.tsx:505
Functionlist
(options: { status?: ProposalStatus } = {})
apps/api/src/storage/proposalStore.ts:74
Functionlist
(options: { path?: string; limit?: number } = {})
apps/api/src/storage/auditLog.ts:29
Functionlist
(options: { limit?: number } = {})
apps/api/src/storage/questionLog.ts:32
Methodlist
(options?: { status?: ProposalStatus })
apps/api/src/storage/proposalStore.ts:26
Methodlist
(options?: { limit?: number })
apps/api/src/storage/questionLog.ts:16
FunctionlistTree
(logicalPath = '')
apps/api/src/storage/fileRepository.ts:40
FunctionmoveMarkdownFile
(fromLogicalPath: string, toLogicalPath: string)
apps/api/src/storage/fileRepository.ts:138
FunctiononBeforeUnload
(event: BeforeUnloadEvent)
apps/web/src/App.tsx:182
FunctiononChange
(event: MediaQueryListEvent)
apps/web/src/components/MermaidDiagram.tsx:38
FunctiononError
(err: Error)
apps/mcp/src/server.ts:142
FunctiononEscape
(event: globalThis.KeyboardEvent)
apps/web/src/components/GlobalLayout.tsx:618
FunctiononKeyDown
(event: KeyboardEvent)
apps/web/src/App.tsx:196
FunctiononKeyDown
(event: KeyboardEvent)
apps/web/src/components/OpenRouterSettingsDialog.tsx:46
FunctiononKeyDown
(event: KeyboardEvent)
apps/web/src/components/FixFormatPreviewDialog.tsx:53
FunctiononKeyDown
(event: KeyboardEvent)
apps/web/src/components/SearchDialog.tsx:97
FunctiononKeyDown
(event: KeyboardEvent)
apps/web/src/components/ModalDialog.tsx:44
FunctiononTreeKeyDown
(event: KeyboardEvent<HTMLUListElement>)
apps/web/src/components/GlobalLayout.tsx:754
FunctiononWheel
(event: WheelEvent)
apps/web/src/components/KnowledgeGraph.tsx:124
FunctionopenMobileSidebar
()
apps/web/src/components/GlobalLayout.tsx:544
Functionpre
({ children })
apps/web/src/components/MarkdownPreviewPane.tsx:239
Functionpublish
(event: VaultEvent)
apps/api/src/events/eventBus.ts:22
FunctionrankedChunks
(query: string, queryOptions: RankQueryOptions = {})
apps/api/src/index/vaultIndex.ts:186
FunctionreadJsonBody
(req: http.IncomingMessage)
apps/api/src/routes/files.ts:209
FunctionreadMarkdownFile
(logicalPath: string)
apps/api/src/storage/fileRepository.ts:116
Functionrecord
(entry: Omit<AuditEntry, 'ts'>)
apps/api/src/storage/auditLog.ts:23
Functionrecord
(entry: Omit<QuestionEntry, 'ts'>)
apps/api/src/storage/questionLog.ts:26
Methodrecord
(entry: Omit<QuestionEntry, 'ts'>)
apps/api/src/storage/questionLog.ts:15
FunctionremarkBlockAnchors
()
apps/web/src/markdown/remarkBlockAnchors.ts:16
FunctionremarkWikilinks
()
apps/web/src/markdown/remarkWikilinks.ts:13
FunctionrequestJson
( port: number, method: string, pathname: string, payload?: Record<string, unknown>, )
apps/api/src/__tests__/server.test.ts:17
FunctionresolveMarkdownPath
(logicalPath: string)
apps/api/src/storage/pathResolver.ts:69
FunctionresolvePath
(logicalPath: string)
apps/api/src/storage/pathResolver.ts:62
FunctionsemanticSearch
( query: string, queryOptions: RankQueryOptions = {}, )
apps/api/src/index/vaultIndex.ts:179
Functionset
(key: string, value: T)
apps/api/src/storage/idempotencyCache.ts:31
FunctionsetDark
(dark: boolean)
apps/web/src/components/__tests__/MarkdownPreviewPane.mermaid.test.tsx:36
MethodsetDragImage
()
apps/web/src/components/__tests__/GlobalLayout.test.tsx:174
Functionstem
A light suffix stemmer so `felines`/`feline` and `pets`/`pet` match.
packages/shared/src/semantic.ts:104
Functionsubscribe
(listener: VaultEventListener)
apps/api/src/events/eventBus.ts:32
FunctiontoFileNode
(node: TreeNode)
apps/api/src/routes/files.ts:364
FunctiontoggleSidebar
()
apps/web/src/components/GlobalLayout.tsx:536
FunctionupdateMarkdownFile
(logicalPath: string, content: string)
apps/api/src/storage/fileRepository.ts:127
← previous401–473 of 473, ranked by callers