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
Method
UpdateLastSeen
UpdateLastSeen 更新最后活跃时间
server/internal/pkg/sse/connection.go:175
Method
UpdateMap
UpdateMap handles updating a mind map
server/internal/handler/map.go:139
Method
UpdateNode
UpdateNode 更新节点
server/internal/global/node_operator.go:97
Method
UpdateNode
UpdateNode handles updating a node
server/internal/handler/node.go:109
Method
UpdateNodeContext
UpdateNodeContext 更新节点上下文
server/internal/service/node.go:235
Method
UpdateNodeContext
(c *gin.Context)
server/internal/handler/node.go:152
Function
UpdateNodeFunc
UpdateNodeFunc 更新节点函数
server/internal/agent/tool/node/operator.go:128
Method
UpdateNodeLastMessage
UpdateNodeLastMessage 更新节点的最后消息ID
server/internal/global/message_manager.go:666
Method
UpdatePosition
UpdatePosition 更新节点位置
server/internal/repository/thinking_node.go:120
Method
UpdatePosition
(ctx context.Context, id string, position model.JSONB)
server/internal/repository/interfaces.go:49
Method
UpdateStatus
UpdateStatus 更新节点状态
server/internal/repository/thinking_node.go:127
Method
UpdateStatus
(ctx context.Context, id string, status int)
server/internal/repository/interfaces.go:50
Method
ValidateToken
ValidateToken validates the access token
server/internal/service/auth.go:266
Method
Value
Value implements the Valuer interface for Decompose
server/internal/model/thinking_node.go:96
Method
Value
Value implements the Valuer interface for Conclusion
server/internal/model/thinking_node.go:120
Method
Value
Position 实现 Valuer 接口
server/internal/model/thinking_node.go:138
Method
Value
Dependencies 实现 Valuer 接口
server/internal/model/thinking_node.go:156
Method
Value
Value implements the Valuer interface for Context
server/internal/model/thinking_node.go:177
Method
Value
MessageContent 实现 Valuer 接口
server/internal/model/message.go:121
Method
Value
实现Valuer接口
server/internal/model/thinking_map.go:67
Method
Value
实现Valuer接口
server/internal/model/thinking_map.go:90
Method
Value
Value implements the Valuer interface for Results
server/internal/model/rag_record.go:76
Function
VerifyPassword
VerifyPassword 验证密码是否匹配
server/internal/pkg/utils/crypto.go:31
Function
VisualizationArea
({ mapID }: VisualizationAreaProps)
web/src/features/workspace/components/visualization-area/visualization-area.tsx:645
Function
Warn
Warn 输出Warn级别日志
server/internal/pkg/logger/zap.go:129
Function
With
With 创建子日志实例
server/internal/pkg/logger/zap.go:144
Function
WithChatModelOptions
WithChatModelOptions returns an agent option that specifies model.Option for the chat model in agent.
server/internal/agent/base/react/options.go:21
Function
WithComposeOptions
WithComposeOptions returns an agent option that specifies compose options.
server/internal/agent/base/agent_option.go:24
Function
WithMessageHandler
WithMessageHandler returns an agent option that specifies the message handler.
server/internal/agent/base/react/options.go:36
Function
WithPlanHandler
(handler PlanHandler)
server/internal/agent/base/multiagent/options.go:91
Function
WithToolList
WithToolList returns an agent option that specifies the list of tools can be called which are BaseTool but must implement InvokableTool or StreamableT
server/internal/agent/base/react/options.go:26
Function
WithToolOptions
WithToolOptions returns an agent option that specifies tool.Option for the tools in agent.
server/internal/agent/base/react/options.go:16
Function
WorkspaceHeader
()
web/src/components/workspace-header.tsx:5
Function
WorkspaceLayout
({ children, taskID }: WorkspaceLayoutProps)
web/src/layouts/workspace-layout.tsx:15
Function
WorkspaceLayout
({ mapID }: WorkspaceLayoutProps)
web/src/features/workspace/components/workspace-layout.tsx:21
Function
WrapImplSpecificOptFn
WrapImplSpecificOptFn returns an agent option that specifies a function to modify the implementation-specific options.
server/internal/agent/base/agent_option.go:31
Method
Write
Write implements io.Writer and rotates the underlying file when day changes.
server/internal/agent/callback/log_callback.go:114
Function
checkConnectionStatus
()
web/src/hooks/use-sse-connection.ts:476
Function
clearMeasurementCache
()
web/src/utils/dom-measurement.ts:227
Method
clearText
* 清空累积的文本
web/src/lib/sse-parser.ts:1002
Function
confirmExit
()
web/src/features/workspace/components/side-bar/side-bar.tsx:51
Method
connect
( methodOrConfig: 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | SseConfig, url?: string, param?: R
web/src/lib/sse-parser.ts:735
Method
constructor
(matcher: SimplePathMatcher, realtime: boolean)
web/src/lib/sse-parser.ts:195
Method
constructor
(realtime: boolean)
web/src/lib/sse-parser.ts:580
Method
constructor
()
web/src/hooks/use-sse-connection.ts:58
Method
decisionBranchHandler
decisionBranchHandler handles the decision branch logic
server/internal/agent/base/react/compose.go:263
Function
demoTextStreamParser
* 演示如何使用纯文本流解析器
web/src/lib/sse-parser.ts:1011
Function
demoWithSSE
()
web/src/lib/sse-parser.ts:1056
Method
destroy
()
web/src/hooks/use-sse-connection.ts:139
Method
disconnect
* 断开连接
web/src/lib/sse-parser.ts:829
Method
getConnectionDetails
(mapID: string)
web/src/hooks/use-sse-connection.ts:400
Function
handleAddChild
()
web/src/features/workspace/components/custom-node/custom-node.tsx:94
Function
handleBeforeUnload
(e: BeforeUnloadEvent)
web/src/features/workspace/hooks/use-workspace-data.ts:203
Function
handleCancel
()
web/src/features/workspace/components/custom-node/custom-node.tsx:79
Function
handleCreateMap
()
web/src/features/home/HomePage.tsx:113
Function
handleDelete
()
web/src/features/workspace/components/custom-node/custom-node.tsx:98
Function
handleEdit
()
web/src/features/workspace/components/custom-node/custom-node.tsx:61
Function
handleExit
()
web/src/features/workspace/components/side-bar/side-bar.tsx:41
Function
handleExport
()
web/src/features/workspace/components/side-bar/settings.tsx:20
Function
handleHelp
()
web/src/features/workspace/components/side-bar/settings.tsx:27
Function
handleKeyDown
(e: React.KeyboardEvent<HTMLTextAreaElement>)
web/src/components/ui/chat-input.tsx:95
Function
handleKeyDown
(event: KeyboardEvent)
web/src/components/ui/sidebar.tsx:98
Function
handleKeyDown
(e: KeyboardEvent)
web/src/features/workspace/components/operation-panel/operation-panel.tsx:69
Function
handleLoadMore
()
web/src/app/(main)/history/page.tsx:59
Function
handleLogout
()
web/src/layouts/sidebar-layout.tsx:22
Function
handleMouseDown
(e: MouseEvent)
web/src/features/workspace/components/operation-panel/operation-panel.tsx:47
Function
handleMouseMove
(e: MouseEvent)
web/src/features/workspace/components/operation-panel/operation-panel.tsx:30
Function
handleMouseUp
()
web/src/features/workspace/components/operation-panel/operation-panel.tsx:41
Function
handleReset
()
web/src/features/workspace/components/operation-panel/conclusion-tab.tsx:449
Function
handleReset
()
web/src/features/workspace/components/operation-panel/info-tab.tsx:115
Function
handleSave
()
web/src/features/workspace/components/operation-panel/dependency-item.tsx:62
Function
handleSave
()
web/src/features/workspace/components/operation-panel/conclusion-tab.tsx:415
Function
handleSave
()
web/src/features/workspace/components/operation-panel/info-tab.tsx:83
Function
handleSave
()
web/src/features/workspace/components/side-bar/map-info.tsx:37
Function
handleSave
()
web/src/features/workspace/components/custom-node/custom-node.tsx:65
Function
handleScroll
()
web/src/hooks/use-scroll-to-bottom.ts:56
Function
handleStartConclusion
()
web/src/features/workspace/components/operation-panel/conclusion-tab.tsx:494
Function
handleStartExecution
()
web/src/features/workspace/components/operation-panel/info-tab.tsx:139
Function
handleStopConclusion
()
web/src/features/workspace/components/operation-panel/conclusion-tab.tsx:478
Function
handleSubmit
(e: React.FormEvent)
web/src/app/register/register-form.tsx:38
Function
handleSubmit
(e: React.FormEvent)
web/src/app/login/login-form.tsx:34
Function
handleSubmitMessage
()
web/src/features/workspace/components/operation-panel/decompose-tab.tsx:331
Function
handleTouchEnd
()
web/src/hooks/use-scroll-to-bottom.ts:66
Function
handleTouchStart
()
web/src/hooks/use-scroll-to-bottom.ts:62
Function
handleUnderstanding
()
web/src/features/home/HomePage.tsx:53
Function
hasNodeOverlap
( node1: Node<CustomNodeModel>, node2: Node<CustomNodeModel>, margin: number = 10 )
web/src/utils/layout-utils.ts:243
Function
init
()
server/internal/agent/callback/log_callback.go:19
Function
main
()
server/internal/agent/tool/temp/mcptest.go:33
Function
main
()
server/cmd/server/main.go:34
Method
onclose
()
web/src/lib/sse-parser.ts:684
Method
onclose
()
web/src/lib/sse-parser.ts:805
Method
onerror
(err)
web/src/lib/sse-parser.ts:688
Method
onerror
(err)
web/src/lib/sse-parser.ts:808
Method
onerror
(error)
web/src/hooks/use-sse-connection.ts:335
Method
onmessage
(ev)
web/src/lib/sse-parser.ts:660
Method
onmessage
(ev)
web/src/lib/sse-parser.ts:784
Method
onmessage
(event)
web/src/hooks/use-sse-connection.ts:312
Method
onopen
(response)
web/src/lib/sse-parser.ts:669
Method
onopen
(response)
web/src/lib/sse-parser.ts:790
Method
onopen
(response)
web/src/lib/sse-parser.ts:938
← previous
next →
1,001–1,100 of 1,120, ranked by callers