Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Qinbf/groundmap
/ functions
Functions
931 in github.com/Qinbf/groundmap
⨍
Functions
931
◇
Types & classes
173
Function
ReasoningLegend
卡片图例:解释 6 种卡片 + 两个角标的含义
web/components/walkthrough/WalkthroughClient.tsx:173
Function
RefAwareMarkdown
({ text, onOpenRef, className = "markdown-body text-sm leading-relaxed", }: { text: string; onOpenRe
tools/debug-console/components/PreviewPanel.tsx:336
Function
ReferenceItem
({ item }: { item: AnchorRef })
tools/debug-console/lib/anchor-refs.tsx:271
Function
ReferenceItem
({ item }: { item: AnchorRef })
web/lib/anchor-refs.tsx:426
Function
References
({ refs }: { refs: AnchorRef[] })
tools/debug-console/lib/anchor-refs.tsx:230
Function
References
({ refs }: { refs: AnchorRef[] })
web/lib/anchor-refs.tsx:344
Function
RelationBadge
({ relation }: { relation: RelationType })
web/components/WikiLink.tsx:43
Function
ResolveButtons
({ path, actions, showEditLink = true }: ResolveButtonsProps)
web/components/ResolveButtons.tsx:43
Function
ResultRenderer
({ result }: { result: Result })
web/components/learn/ResultRenderer.tsx:14
Function
RightPanel
({ children, initialCollapsed, initialWidth, }: { children: ReactNode; initialCollapsed: boolean | n
web/components/RightPanel.tsx:37
Function
RootLayout
({ children }: { children: React.ReactNode })
tools/debug-console/app/layout.tsx:30
Function
RootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
web/app/layout.tsx:12
Function
Row
({ label, children }: { label: string; children: React.ReactNode })
web/components/FrontmatterEditor.tsx:143
Function
ScrollMemory
()
web/components/ScrollMemory.tsx:100
Function
SectionHeader
({ title, totalRaw, aggregated, }: { title: string; totalRaw: number; aggregated: number; })
web/components/BacklinksPanel.tsx:336
Function
SectionItem
({ section, depth }: { section: OutlineSection; depth: number })
web/components/OutlinePanel.tsx:113
Function
SectionLabel
({ children }: { children: ReactNode })
web/components/SettingsMenu.tsx:45
Function
Segment
* 顶栏「设置」菜单——收纳显示偏好(界面语言、§ 段落引用)。 * * 轻量自实现 popover(不引入 radix/headless 等新依赖):受控 open + 点击外部 / Esc 关闭。 * 偏好的持久化沿用既有机制: * - 语言:cookie kb_locale + r
web/components/SettingsMenu.tsx:19
Function
Select
({ value, options, onChange, renderOption, }: { value: string | undefined; options: string[]; on
web/components/FrontmatterEditor.tsx:152
Function
SelfRefsProvider
({ initial, children, }: { initial: boolean; children: ReactNode; })
web/lib/i18n-client.tsx:85
Function
SettingsMenu
()
web/components/SettingsMenu.tsx:53
Function
ShellLayout
({ children }: { children: React.ReactNode })
web/app/(shell)/layout.tsx:8
Function
StaleDraftsPage
()
web/app/health/stale-drafts/page.tsx:23
Function
Stats
({ pages, locale, }: { pages: PageMeta[]; locale: ReturnType<typeof getServerLocale>; })
web/app/(shell)/page.tsx:97
Function
StepBadge
步骤号角标(左上角圆点)
web/components/walkthrough/ReasoningFlowNode.tsx:97
Function
StepCard
({ step }: { step: StepData })
web/components/learn/StepCard.tsx:17
Function
StepNav
({ count, idPrefix = "step" }: StepNavProps)
web/components/learn/StepNav.tsx:15
Function
ThirtySecondOverview
()
web/components/learn/ThirtySecondOverview.tsx:14
Function
ToUpdatePage
()
web/app/health/to-update/page.tsx:19
Function
ToolCallCard
({ call }: { call: ToolCallVizData })
tools/debug-console/components/ToolCallCard.tsx:81
Function
TopHeader
()
web/components/TopHeader.tsx:30
Function
WalkthroughClient
({ headerHtml, bannerHtml, workflowHtml }: WalkthroughClientProps)
web/components/walkthrough/WalkthroughClient.tsx:38
Function
WalkthroughLayout
({ children, }: { children: React.ReactNode; })
web/app/walkthrough/layout.tsx:7
Function
WalkthroughPage
()
web/app/walkthrough/page.tsx:43
Function
Welcome
({ title, content, path, locale, }: { title: string; content: string; path: string; locale: Re
web/app/(shell)/page.tsx:37
Function
WikiLink
({ target, anchor, relation, children }: WikiLinkProps)
web/components/WikiLink.tsx:75
Function
WikiTree
()
web/components/WikiTree.tsx:40
Function
WorkspaceIndicator
({ value }: Props)
tools/debug-console/components/WorkspaceIndicator.tsx:15
Function
WorkspaceSwitcher
()
web/components/WorkspaceSwitcher.tsx:12
Function
ZoomBtn
({ onClick, title, dark, border, small, children, }: { onClick: () => void; title: string; dark: boolean;
web/components/GraphView.tsx:915
Function
_blank
(m: re.Match)
scripts/k.py:154
Function
a
({ href, children, ...rest })
tools/debug-console/components/MessageBubble.tsx:200
Function
a
({ href, children, ...rest })
tools/debug-console/components/PreviewPanel.tsx:297
Function
a
({ href, children, ...props })
web/components/PageRenderer.tsx:61
Function
a
({ children })
web/components/MiniMarkdown.tsx:32
Function
abort
()
tools/debug-console/components/ChatPanel.tsx:343
Method
annotate
(secs)
scripts/tests/test_release_guards.py:313
Function
backlinks
(args)
web/app/api/agent-tool/route.ts:196
Function
badgeGlyph
(data: FlowNodeData)
tools/debug-console/components/FlowNode.tsx:77
Function
badgeTooltip
(data: FlowNodeData)
tools/debug-console/components/FlowNode.tsx:126
Function
blocks
(args)
web/app/api/agent-tool/route.ts:178
Function
cancel
()
tools/debug-console/app/api/chat/route.ts:188
Function
closePreview
()
tools/debug-console/app/page.tsx:46
Function
code
({ children, className, ...props })
web/components/PageRenderer.tsx:84
Method
collect
(secs)
scripts/tests/test_release_guards.py:327
Function
extractCandidatePaths
从 search/list 类工具返回结果里抽候选 paths —— 实现 search 一击 N 候选的分支可视
tools/debug-console/lib/build-flow-graph.ts:259
Function
extractWikiRefs
抽 wiki refs —— 两种语法: * 1. 严格双链:[[wiki/concepts/X]] 或 [[raw/papers/Y#^p-12]] * 2. 裸 path:wiki/concepts/X 或 raw/articles/Y(CC 写文本时很常见) * * 返回去重
tools/debug-console/lib/build-flow-graph.ts:117
Function
fake_kb
搭一个最小知识库目录结构在 tmp_path 下,并把 k.py 的全局 PROJECT_ROOT / WIKI_DIR / RAW_DIR 重定向到它。 返回 tmp_path(项目根)。测试可以直接往 wiki/ / raw/ 写文件。
scripts/tests/conftest.py:18
Function
fake_workspaces
搭 workspaces/alpha + workspaces/beta 两个库,激活 alpha。
scripts/tests/test_k_workspace_cli.py:23
Function
find_anchor
(args)
web/app/api/agent-tool/route.ts:184
Method
find_section
(secs, title)
scripts/tests/test_postprocess.py:168
Function
finish
()
web/lib/use-panel-resize.ts:94
Function
generateMetadata
()
tools/debug-console/app/layout.tsx:22
Function
getPageRaw
(relPath: string)
web/lib/kb-service.ts:147
Function
getTool
(name: string)
tools/debug-console/lib/kb-tools.ts:200
Function
handleClick
(e: ReactMouseEvent)
tools/debug-console/lib/anchor-refs.tsx:140
Function
handleClick
(e: ReactMouseEvent)
web/lib/anchor-refs.tsx:182
Function
handleMouseEnter
()
web/components/WikiLink.tsx:218
Function
handleMouseLeave
()
web/components/WikiLink.tsx:225
Function
handleNodeClick
(_e: React.MouseEvent, node: Node)
tools/debug-console/components/FlowGraph.tsx:166
Function
handleNodeClick
(_e: React.MouseEvent, node: Node)
web/components/walkthrough/ReasoningGraph.tsx:95
Function
headers
()
web/next.config.mjs:17
Function
health
()
web/app/api/agent-tool/route.ts:256
Method
isAvailable
()
tools/debug-console/lib/providers/claude-code.ts:49
Method
isAvailable
()
tools/debug-console/lib/providers/codex.ts:34
Function
listMarkdownFiles
(relDir: string)
web/lib/kb.ts:149
Method
listModels
()
tools/debug-console/lib/providers/claude-code.ts:58
Method
listModels
()
tools/debug-console/lib/providers/codex.ts:42
Method
listModels
()
tools/debug-console/lib/providers/deepseek.ts:23
Function
listToolNames
()
tools/debug-console/lib/kb-tools.ts:204
Function
list_bare_claims
()
web/app/api/agent-tool/route.ts:248
Function
list_broken_refs
()
web/app/api/agent-tool/route.ts:236
Function
list_conflicts
()
web/app/api/agent-tool/route.ts:228
Function
list_index_mismatches
()
web/app/api/agent-tool/route.ts:252
Function
list_orphans
()
web/app/api/agent-tool/route.ts:224
Function
list_pages
(args)
web/app/api/agent-tool/route.ts:208
Function
list_source_issues
()
web/app/api/agent-tool/route.ts:240
Function
list_to_update
()
web/app/api/agent-tool/route.ts:232
Function
list_unsummarized
()
web/app/api/agent-tool/route.ts:244
Method
onAbort
()
tools/debug-console/lib/providers/claude-code.ts:116
Method
onAbort
()
tools/debug-console/lib/providers/codex.ts:77
Function
onClick
()
web/components/walkthrough/WalkthroughClient.tsx:90
Function
onDblClick
(e: MouseEvent)
web/components/GraphView.tsx:728
Function
onDoc
(e: MouseEvent)
web/lib/use-popover.ts:14
Function
onHashChange
()
web/components/HashScroller.tsx:296
Function
onKey
(e: React.KeyboardEvent<HTMLTextAreaElement>)
tools/debug-console/components/ChatPanel.tsx:336
Function
onKey
(e: KeyboardEvent)
web/lib/popover-context.tsx:45
Function
onKey
(e: KeyboardEvent)
web/lib/use-popover.ts:17
Function
onKeyDown
(e: KeyboardEvent)
web/components/walkthrough/WalkthroughClient.tsx:91
Function
onMove
(ev: PointerEvent)
web/lib/use-panel-resize.ts:90
← previous
next →
601–700 of 931, ranked by callers