MCPcopy Create free account

hub / github.com/Qinbf/groundmap / functions

Functions931 in github.com/Qinbf/groundmap

FunctionChatPanel
({ provider, model, system, toolBudget, mode, workspace, onOpenRef, onOpenNode, }: Props)
tools/debug-console/components/ChatPanel.tsx:58
FunctionCommitCard
({ hash, message, files, captionKey }: CommitCardProps)
web/components/learn/CommitCard.tsx:30
FunctionConceptHint
({ termKey, bodyKey, }: { termKey: TranslationKey; bodyKey: TranslationKey; })
web/components/learn/ConceptHint.tsx:10
FunctionConflictsPage
()
web/app/health/conflicts/page.tsx:17
FunctionConsoleLink
()
web/components/ConsoleLink.tsx:22
FunctionCountBadge
({ n }: { n: number })
web/components/BacklinksPanel.tsx:212
FunctionDateInput
日期输入:onBlur 时校验 YYYY-MM-DD 与日期合法性,无效时高亮边框。 * 允许保留无效字符串(用户可继续编辑);frontmatter 仍写入用户输入,由 PUT * 后的 validate-frontmatter 做最终校验。
web/components/FrontmatterEditor.tsx:182
FunctionDemosNav
()
web/components/DemosNav.tsx:21
FunctionDiffView
({ before, after, pseudoPath, captionKey }: DiffViewProps)
web/components/learn/DiffView.tsx:14
FunctionDistribution
一组分布:标题 + 每项「标签 / 计数 / 占比条」。纯展示,无新数据源。
web/app/(shell)/page.tsx:163
FunctionDistributionCard
({ title, data, field, locale, }: { title: string; data: Record<string, number>; field: "type" |
web/components/HealthDashboard.tsx:177
FunctionEditorLoading
()
web/components/PageEditor.tsx:13
FunctionEditorTabs
()
web/components/EditorTabs.tsx:60
FunctionEmptyState
()
tools/debug-console/components/ChatPanel.tsx:491
FunctionEmptyState
({ locale }: { locale: ReturnType<typeof getServerLocale> })
web/app/(shell)/page.tsx:67
FunctionField
({ label, children }: { label: string; children: React.ReactNode })
web/components/FrontmatterPanel.tsx:113
FunctionFileNodeHeader
({ node }: { node: FlowNodeData })
tools/debug-console/components/PreviewPanel.tsx:495
FunctionFlowDetailPanel
({ node, locked, nodeCount, edgeCount, onUnlock }: Props)
tools/debug-console/components/FlowDetailPanel.tsx:20
FunctionFlowGraph
(props: Props)
tools/debug-console/components/FlowGraph.tsx:221
FunctionFlowGraphInner
({ message, userQuery, onOpenRef, onOpenNode, streaming }: Props)
tools/debug-console/components/FlowGraph.tsx:80
FunctionFlowNode
({ data }: FlowNodeProps)
tools/debug-console/components/FlowNode.tsx:141
FunctionFrontmatterEditor
({ value, onChange }: FrontmatterEditorProps)
web/components/FrontmatterEditor.tsx:17
FunctionFrontmatterPanel
({ frontmatter }: FrontmatterPanelProps)
web/components/FrontmatterPanel.tsx:24
FunctionGET
()
tools/debug-console/app/favicon.ico/route.ts:7
FunctionGET
()
tools/debug-console/app/api/providers/route.ts:9
FunctionGET
()
tools/debug-console/app/api/workspaces/route.ts:13
FunctionGET
(req: NextRequest)
web/app/api/backlinks/route.ts:13
FunctionGET
(_req: NextRequest, { params }: RouteContext)
web/app/api/pages/[...path]/route.ts:64
FunctionGET
(req: NextRequest)
web/app/api/pages/tree/route.ts:13
FunctionGET
()
web/app/api/orphans/route.ts:6
FunctionGET
()
web/app/api/broken-refs/route.ts:10
FunctionGET
()
web/app/api/workspaces/route.ts:7
FunctionGET
(req: NextRequest)
web/app/api/search/route.ts:10
FunctionGET
(req: NextRequest, { params }: { params: { path: string[] } })
web/app/api/raw/[...path]/route.ts:32
FunctionGET
(req: NextRequest)
web/app/api/blocks/route.ts:11
FunctionGET
(req: NextRequest)
web/app/api/outlinks/route.ts:11
FunctionGET
(req: NextRequest)
web/app/api/outline/route.ts:11
FunctionGET
()
web/app/api/conflicts/route.ts:6
FunctionGET
()
web/app/api/agent-tool/route.ts:334
FunctionGET
()
web/app/api/health/route.ts:6
FunctionGET
(req: NextRequest)
web/app/api/graph/route.ts:15
FunctionGET
(req: NextRequest)
web/app/api/validate/route.ts:7
FunctionGET
()
web/app/api/to-update/route.ts:6
FunctionGlobalDiagram
()
web/components/learn/GlobalDiagram.tsx:25
FunctionGraphLayout
({ children }: { children: React.ReactNode })
web/app/graph/layout.tsx:8
FunctionGraphPage
()
web/app/graph/page.tsx:12
FunctionGraphView
({ initialFilters = {} }: GraphViewProps)
web/components/GraphView.tsx:271
FunctionHashScroller
()
web/components/HashScroller.tsx:282
FunctionHealthCard
({ label, value, tone, href, }: { label: string; value: number; tone: "ok" | "warning" | "danger
web/components/HealthDashboard.tsx:127
FunctionHealthDashboard
()
web/components/HealthDashboard.tsx:21
FunctionHealthLayout
({ children }: { children: React.ReactNode })
web/app/health/layout.tsx:7
FunctionHealthPage
()
web/app/health/page.tsx:5
FunctionHierarchyBreadcrumb
({ path }: { path: string })
web/components/HierarchyBreadcrumb.tsx:35
FunctionHint
({ eyebrow, title, body, }: { eyebrow: string; title: string; body: string; })
tools/debug-console/components/ChatPanel.tsx:550
FunctionHome
()
web/app/(shell)/page.tsx:9
FunctionHoverCard
({ api, sx, sy, accent, dark, wrap, }: { api: ApiNode; sx: number; sy: number; accent: string; dark: boole
web/components/GraphView.tsx:959
FunctionIcon
()
web/app/icon.tsx:8
FunctionKindBadge
({ kind }: { kind: RefKind })
tools/debug-console/lib/anchor-refs.tsx:320
FunctionKindBadge
({ kind }: { kind: RefKind })
web/lib/anchor-refs.tsx:465
FunctionLearnApp
({ sample, steps, rawMd }: LearnAppProps)
web/components/learn/LearnApp.tsx:25
FunctionLearnLayout
({ children }: { children: React.ReactNode })
web/app/learn/layout.tsx:7
FunctionLearnPage
()
web/app/learn/page.tsx:17
FunctionLeftPanel
({ children, initialCollapsed, initialWidth, }: { children: ReactNode; initialCollapsed: boolean | n
web/components/LeftPanel.tsx:26
FunctionLegend
({ pal, dark }: { pal: Palette; dark: boolean })
web/components/GraphView.tsx:1016
FunctionLinkSection
({ title, totalRaw, entries, getKey, getBucket, getSearchText, renderItem, }: LinkSectionProps<T
web/components/BacklinksPanel.tsx:235
FunctionLocaleProvider
({ initial, children, }: { initial: Locale; children: ReactNode; })
tools/debug-console/lib/i18n-client.tsx:34
FunctionLocaleProvider
({ initial, children, }: { initial: Locale; children: ReactNode; })
web/lib/i18n-client.tsx:32
FunctionLocaleSwitcher
()
tools/debug-console/components/LocaleSwitcher.tsx:11
FunctionLowConfidencePage
()
web/app/health/low-confidence/page.tsx:21
FunctionMessageBubble
({ msg, index, onOpenRef, }: { msg: UIMessage; index?: number; onOpenRef: (ref: WikiRef) => void;
tools/debug-console/components/MessageBubble.tsx:89
FunctionMiniMarkdown
({ content, className }: MiniMarkdownProps)
web/components/MiniMarkdown.tsx:56
FunctionModePicker
({ mode, onChange }: Props)
tools/debug-console/components/ModePicker.tsx:18
FunctionNO_URL
()
web/components/MiniMarkdown.tsx:27
FunctionNodeInlineRender
({ node, onOpenRef, }: { node: FlowNodeData; onOpenRef: (ref: WikiRef) => void; })
tools/debug-console/components/PreviewPanel.tsx:382
FunctionOrphansPage
()
web/app/health/orphans/page.tsx:21
FunctionOutItem
({ e }: { e: AggOut })
web/components/BacklinksPanel.tsx:186
FunctionOutlinePanel
({ path }: OutlinePanelProps)
web/components/OutlinePanel.tsx:39
FunctionPOST
(req: NextRequest)
tools/debug-console/app/api/chat/route.ts:102
FunctionPOST
(req: NextRequest)
tools/debug-console/app/api/preview/route.ts:17
FunctionPOST
(req: NextRequest)
web/app/api/commit/route.ts:15
FunctionPOST
(req: NextRequest)
web/app/api/resolve/route.ts:30
FunctionPOST
(req: NextRequest)
web/app/api/agent-tool/route.ts:281
FunctionPUT
(req: NextRequest, { params }: RouteContext)
web/app/api/pages/[...path]/route.ts:128
FunctionPage
()
tools/debug-console/app/page.tsx:18
FunctionPageColumns
({ center, right }: PageColumnsProps)
web/components/PageColumns.tsx:11
FunctionPageEditor
({ path, initialFrontmatter, initialContent }: PageEditorProps)
web/components/PageEditor.tsx:59
FunctionPageHeader
({ path, title, canEdit, locale, }: { path: string; title: string; canEdit?: boolean; locale:
web/app/(shell)/page/[...path]/page.tsx:106
FunctionPageNotFound
()
web/app/(shell)/page/[...path]/not-found.tsx:12
FunctionPageRenderer
({ content }: PageRendererProps)
web/components/PageRenderer.tsx:136
FunctionPageView
({ params, searchParams }: PageProps)
web/app/(shell)/page/[...path]/page.tsx:25
FunctionPopoverProvider
({ children }: { children: ReactNode })
web/lib/popover-context.tsx:31
FunctionPreviewPanel
({ refData, nodeData, workspace, onClose, onOpenRef }: Props)
tools/debug-console/components/PreviewPanel.tsx:55
FunctionProviderPicker
({ provider, model, onChange }: Props)
tools/debug-console/components/ProviderPicker.tsx:20
FunctionRawDocPane
({ rawMd, pseudoPath, activeAnchors }: RawDocPaneProps)
web/components/learn/RawDocPane.tsx:96
FunctionRawLinkWithPreview
({ href, target, anchor, children, refNum, }: { href: string; target: string; anchor: string |
web/components/WikiLink.tsx:182
FunctionReasoningBlock
* 思考过程区块 — 推理模型(DeepSeek deepseek-v4 等)的 reasoning_content。 * 默认展开(思考时让用户看到「在想」),可手动折叠;与正文 text 分开渲染。
tools/debug-console/components/MessageBubble.tsx:59
FunctionReasoningDetailPanel
({ node, nodeCount, edgeCount, onJumpStep, onClose }: Props)
web/components/walkthrough/ReasoningDetailPanel.tsx:74
FunctionReasoningFlowNode
({ data }: NodeProps & { data: CardData })
web/components/walkthrough/ReasoningFlowNode.tsx:107
FunctionReasoningGraph
(props: Props)
web/components/walkthrough/ReasoningGraph.tsx:136
FunctionReasoningGraphInner
({ message, userQuery, selectedKey, onSelectNode }: Props)
web/components/walkthrough/ReasoningGraph.tsx:36
← previousnext →501–600 of 931, ranked by callers