Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PGshen/thinking-map
/ functions
Functions
1,120 in github.com/PGshen/thinking-map
⨍
Functions
1,120
◇
Types & classes
359
↓ 1 callers
Method
hasConnection
(mapID: string)
web/src/hooks/use-sse-connection.ts:254
↓ 1 callers
Method
hasPath
hasPath 检查从源节点到目标节点是否存在路径(DFS)
server/internal/service/dependency_checker.go:236
↓ 1 callers
Function
initializeConclusion
()
web/src/features/workspace/components/operation-panel/conclusion-tab.tsx:95
↓ 1 callers
Function
initializeDecomposition
()
web/src/features/workspace/components/operation-panel/decompose-tab.tsx:255
↓ 1 callers
Method
initializeVisibilityListener
()
web/src/hooks/use-sse-connection.ts:93
↓ 1 callers
Function
isPublicRoute
(pathname: string)
web/src/components/auth-guard.tsx:22
↓ 1 callers
Function
isZeroMessageContent
isZeroMessageContent 判断 MessageContent 是否为零值
server/internal/global/message_manager.go:745
↓ 1 callers
Function
loginUser
( params: LoginParams )
web/src/api/auth.ts:39
↓ 1 callers
Function
logout
()
web/src/api/auth.ts:60
↓ 1 callers
Method
matchPath
matchPath 检查路径是否匹配模式
server/internal/pkg/utils/stream_json_parser.go:106
↓ 1 callers
Method
matchPath
* 检查路径是否匹配模式 * @param path - 当前路径 * @param pattern - 模式标记 * @return 是否匹配
web/src/lib/sse-parser.ts:124
↓ 1 callers
Function
measureNodeContentSize
( question: string, target: string, conclusion: string = '', maxWidth: number = 360 )
web/src/utils/dom-measurement.ts:121
↓ 1 callers
Function
measureNodeContentSizeWithCache
( question: string, target: string, conclusion?: string, maxWidth: number = 360 )
web/src/utils/dom-measurement.ts:193
↓ 1 callers
Function
measureTextSize
( text: string, styles: { fontSize?: string; fontWeight?: string; fontFamily?: string; lin
web/src/utils/dom-measurement.ts:13
↓ 1 callers
Function
nextStep
()
web/src/features/workspace/components/operation-panel/decompose-tab.tsx:295
↓ 1 callers
Function
onRefreshed
(token: string)
web/src/lib/auth.ts:78
↓ 1 callers
Method
parseConversationContext
(content string)
server/internal/agent/base/multiagent/handlers.go:87
↓ 1 callers
Function
parseInt64
parseInt64 safely parses a string to int64
server/internal/agent/callback/log_callback.go:208
↓ 1 callers
Function
parseMarkdownIntoBlocks
(markdown: string)
web/src/components/ui/markdown-content.tsx:269
↓ 1 callers
Method
parsePath
* 解析路径字符串为标记数组 * @param path - 路径字符串 * @return 解析后的标记数组
web/src/lib/sse-parser.ts:50
↓ 1 callers
Method
parseTaskPlan
(content string)
server/internal/agent/base/multiagent/handlers.go:222
↓ 1 callers
Method
ping
ping 发送心跳
server/internal/pkg/sse/broker.go:332
↓ 1 callers
Method
processChar
* 处理单个字符 * @param char - 输入的字符
web/src/lib/sse-parser.ts:232
↓ 1 callers
Method
processFeedbackResult
(output *schema.Message, state *MultiAgentState)
server/internal/agent/base/multiagent/handlers.go:603
↓ 1 callers
Function
processPlanStepsStream
processPlanStepsStream 处理计划步骤的流式解析
server/internal/agent/base/multiagent/options.go:171
↓ 1 callers
Method
processPlanUpdate
(output *schema.Message, state *MultiAgentState)
server/internal/agent/base/multiagent/handlers.go:769
↓ 1 callers
Function
refreshTokenApi
()
web/src/lib/auth.ts:100
↓ 1 callers
Method
registerCallbacks
(mapID: string, callbackId: string, callbacks: SSECallbacks)
web/src/hooks/use-sse-connection.ts:184
↓ 1 callers
Function
registerUser
( params: RegisterParams )
web/src/api/auth.ts:31
↓ 1 callers
Method
reorderStep
reorderStep changes the position of a step
server/internal/agent/base/multiagent/handlers.go:1056
↓ 1 callers
Function
resetDecomposition
(mapID: string, nodeID: string)
web/src/api/node.ts:90
↓ 1 callers
Function
resetNodeConclusion
(mapID: string, nodeID: string)
web/src/api/node.ts:102
↓ 1 callers
Function
resetNodeContext
(mapID: string, nodeID: string)
web/src/api/node.ts:46
↓ 1 callers
Function
saveNodeConclusion
(mapID: string, nodeID: string, content: string)
web/src/api/node.ts:95
↓ 1 callers
Method
setupChatModel
setupChatModel sets up the chat model for the agent
server/internal/agent/base/react/compose.go:63
↓ 1 callers
Method
startConnectionMonitor
startConnectionMonitor 启动连接状态监控
server/internal/pkg/sse/broker.go:282
↓ 1 callers
Method
startHealthCheck
()
web/src/hooks/use-sse-connection.ts:64
↓ 1 callers
Function
toggleConclusionCollapse
()
web/src/features/workspace/components/custom-node/custom-node.tsx:102
↓ 1 callers
Function
toggleStepExpanded
(messageId: string, stepIndex: number)
web/src/features/workspace/components/operation-panel/message-area.tsx:38
↓ 1 callers
Method
toolsCheckerNodeHandler
toolsCheckerNodeHandler handles the tools checker node logic
server/internal/agent/base/react/compose.go:206
↓ 1 callers
Method
topologicalSort
topologicalSort 拓扑排序实现
server/internal/service/dependency_checker.go:166
↓ 1 callers
Method
updateCallbacks
(mapID: string, callbackId: string, callbacks: SSECallbacks)
web/src/hooks/use-sse-connection.ts:193
↓ 1 callers
Method
updateClientActivity
updateClientActivity 更新客户端活跃时间
server/internal/pkg/sse/broker.go:320
↓ 1 callers
Function
updateMap
(mapID: string, params: UpdateMapRequest)
web/src/api/map.ts:35
↓ 1 callers
Function
updateNodeContext
(mapID: string, nodeID: string, params: UpdateNodeContextRequest)
web/src/api/node.ts:41
↓ 1 callers
Function
useAutoLayout
()
web/src/features/workspace/hooks/use-auto-layout.ts:52
↓ 1 callers
Function
useIsMobile
()
web/src/hooks/use-mobile.ts:5
↓ 1 callers
Function
useNodeOperations
()
web/src/features/workspace/hooks/use-node-operations.ts:13
↓ 1 callers
Function
useNodeSelection
()
web/src/features/workspace/hooks/use-node-selection.ts:4
↓ 1 callers
Function
useScrollToBottom
()
web/src/hooks/use-scroll-to-bottom.ts:11
↓ 1 callers
Function
useTextareaResize
( value: ComponentProps<"textarea">["value"], rows = 1, )
web/src/hooks/use-textarea-resize.ts:6
↓ 1 callers
Function
useWorkspaceStoreData
()
web/src/features/workspace/store/workspace-store.ts:790
Function
ActionTool
()
server/internal/agent/tool/messaging/action.go:75
Function
AlertDialog
({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Root>)
web/src/components/ui/alert-dialog.tsx:9
Function
AlertDialogAction
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Action>)
web/src/components/ui/alert-dialog.tsx:121
Function
AlertDialogCancel
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Cancel>)
web/src/components/ui/alert-dialog.tsx:133
Function
AlertDialogContent
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Content>)
web/src/components/ui/alert-dialog.tsx:47
Function
AlertDialogDescription
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Description>)
web/src/components/ui/alert-dialog.tsx:108
Function
AlertDialogFooter
({ className, ...props }: React.ComponentProps<"div">)
web/src/components/ui/alert-dialog.tsx:79
Function
AlertDialogHeader
({ className, ...props }: React.ComponentProps<"div">)
web/src/components/ui/alert-dialog.tsx:66
Function
AlertDialogOverlay
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Overlay>)
web/src/components/ui/alert-dialog.tsx:31
Function
AlertDialogPortal
({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Portal>)
web/src/components/ui/alert-dialog.tsx:23
Function
AlertDialogTitle
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Title>)
web/src/components/ui/alert-dialog.tsx:95
Function
AlertDialogTrigger
({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Trigger>)
web/src/components/ui/alert-dialog.tsx:15
Function
AppSidebar
({ onLogout, ...props }: React.ComponentProps<typeof Sidebar> & { onLogout?: () => void })
web/src/components/app-sidebar.tsx:117
Function
AuthGuard
({ children }: AuthGuardProps)
web/src/components/auth-guard.tsx:26
Function
AuthMiddleware
AuthMiddleware creates a new authentication middleware
server/internal/middleware/auth.go:22
Function
Avatar
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Root>)
web/src/components/ui/avatar.tsx:8
Function
AvatarFallback
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Fallback>)
web/src/components/ui/avatar.tsx:37
Function
AvatarImage
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Image>)
web/src/components/ui/avatar.tsx:24
Function
Badge
({ className, variant, asChild = false, ...props }: React.ComponentProps<"span"> & VariantProps<type
web/src/components/ui/badge.tsx:28
Method
BeforeCreate
(tx *gorm.DB)
server/internal/model/thinking_node.go:41
Method
BeforeCreate
(tx *gorm.DB)
server/internal/model/message.go:37
Method
BeforeCreate
(tx *gorm.DB)
server/internal/model/thinking_map.go:39
Method
BeforeCreate
(tx *gorm.DB)
server/internal/model/rag_record.go:40
Method
BeforeCreate
BeforeCreate 在创建记录前生成 UUID
server/internal/model/user.go:36
Function
BenchmarkAgent_Generate
BenchmarkAgent_Generate benchmarks the agent generation performance
server/internal/agent/base/react/compose_test.go:564
Function
BenchmarkMultiAgent_Generate
BenchmarkMultiAgent_Generate 性能基准测试
server/internal/agent/base/multiagent/compose_test.go:334
Function
Breadcrumb
({ ...props }: React.ComponentProps<"nav">)
web/src/components/ui/breadcrumb.tsx:7
Function
BreadcrumbEllipsis
({ className, ...props }: React.ComponentProps<"span">)
web/src/components/ui/breadcrumb.tsx:83
Function
BreadcrumbItem
({ className, ...props }: React.ComponentProps<"li">)
web/src/components/ui/breadcrumb.tsx:24
Function
BreadcrumbLink
({ asChild, className, ...props }: React.ComponentProps<"a"> & { asChild?: boolean })
web/src/components/ui/breadcrumb.tsx:34
Function
BreadcrumbList
({ className, ...props }: React.ComponentProps<"ol">)
web/src/components/ui/breadcrumb.tsx:11
Function
BreadcrumbPage
({ className, ...props }: React.ComponentProps<"span">)
web/src/components/ui/breadcrumb.tsx:52
Function
BreadcrumbSeparator
({ children, className, ...props }: React.ComponentProps<"li">)
web/src/components/ui/breadcrumb.tsx:65
Function
BuildAnalysisAgent
分析Agent
server/internal/agent/decomposition/analysis.go:17
Function
BuildDecompositionAgent
(ctx context.Context, option ...base.AgentOption)
server/internal/agent/decomposition/decomposition.go:17
Function
BuildGenerationAgent
(ctx context.Context, option ...base.AgentOption)
server/internal/agent/conclusion/generation.go:14
Function
BuildOptimizationAgent
(ctx context.Context, option ...base.AgentOption)
server/internal/agent/conclusion/optimization.go:13
Function
BuildUnderstandingAgent
问题理解&意图识别
server/internal/agent/understanding/understanding.go:18
Function
Button
({ className, variant, size, asChild = false, ...props }: React.ComponentProps<"button"> & Variant
web/src/components/ui/button.tsx:38
Function
CORS
CORS 跨域中间件
server/internal/middleware/cors.go:8
Function
Card
({ className, ...props }: React.ComponentProps<"div">)
web/src/components/ui/card.tsx:5
Function
CardAction
({ className, ...props }: React.ComponentProps<"div">)
web/src/components/ui/card.tsx:51
Function
CardContent
({ className, ...props }: React.ComponentProps<"div">)
web/src/components/ui/card.tsx:64
Function
CardDescription
({ className, ...props }: React.ComponentProps<"div">)
web/src/components/ui/card.tsx:41
Function
CardFooter
({ className, ...props }: React.ComponentProps<"div">)
web/src/components/ui/card.tsx:74
Function
CardHeader
({ className, ...props }: React.ComponentProps<"div">)
web/src/components/ui/card.tsx:18
Function
CardTitle
({ className, ...props }: React.ComponentProps<"div">)
web/src/components/ui/card.tsx:31
Function
ChatInput
({ children, className, variant = "default", value, onChange, onSubmit, loading, onStop, rows = 1, }:
web/src/components/ui/chat-input.tsx:30
← previous
next →
401–500 of 1,120, ranked by callers