MCPcopy Create free account

hub / github.com/PGshen/thinking-map / functions

Functions1,120 in github.com/PGshen/thinking-map

MethodUpdateLastSeen
UpdateLastSeen 更新最后活跃时间
server/internal/pkg/sse/connection.go:175
MethodUpdateMap
UpdateMap handles updating a mind map
server/internal/handler/map.go:139
MethodUpdateNode
UpdateNode 更新节点
server/internal/global/node_operator.go:97
MethodUpdateNode
UpdateNode handles updating a node
server/internal/handler/node.go:109
MethodUpdateNodeContext
UpdateNodeContext 更新节点上下文
server/internal/service/node.go:235
MethodUpdateNodeContext
(c *gin.Context)
server/internal/handler/node.go:152
FunctionUpdateNodeFunc
UpdateNodeFunc 更新节点函数
server/internal/agent/tool/node/operator.go:128
MethodUpdateNodeLastMessage
UpdateNodeLastMessage 更新节点的最后消息ID
server/internal/global/message_manager.go:666
MethodUpdatePosition
UpdatePosition 更新节点位置
server/internal/repository/thinking_node.go:120
MethodUpdatePosition
(ctx context.Context, id string, position model.JSONB)
server/internal/repository/interfaces.go:49
MethodUpdateStatus
UpdateStatus 更新节点状态
server/internal/repository/thinking_node.go:127
MethodUpdateStatus
(ctx context.Context, id string, status int)
server/internal/repository/interfaces.go:50
MethodValidateToken
ValidateToken validates the access token
server/internal/service/auth.go:266
MethodValue
Value implements the Valuer interface for Decompose
server/internal/model/thinking_node.go:96
MethodValue
Value implements the Valuer interface for Conclusion
server/internal/model/thinking_node.go:120
MethodValue
Position 实现 Valuer 接口
server/internal/model/thinking_node.go:138
MethodValue
Dependencies 实现 Valuer 接口
server/internal/model/thinking_node.go:156
MethodValue
Value implements the Valuer interface for Context
server/internal/model/thinking_node.go:177
MethodValue
MessageContent 实现 Valuer 接口
server/internal/model/message.go:121
MethodValue
实现Valuer接口
server/internal/model/thinking_map.go:67
MethodValue
实现Valuer接口
server/internal/model/thinking_map.go:90
MethodValue
Value implements the Valuer interface for Results
server/internal/model/rag_record.go:76
FunctionVerifyPassword
VerifyPassword 验证密码是否匹配
server/internal/pkg/utils/crypto.go:31
FunctionVisualizationArea
({ mapID }: VisualizationAreaProps)
web/src/features/workspace/components/visualization-area/visualization-area.tsx:645
FunctionWarn
Warn 输出Warn级别日志
server/internal/pkg/logger/zap.go:129
FunctionWith
With 创建子日志实例
server/internal/pkg/logger/zap.go:144
FunctionWithChatModelOptions
WithChatModelOptions returns an agent option that specifies model.Option for the chat model in agent.
server/internal/agent/base/react/options.go:21
FunctionWithComposeOptions
WithComposeOptions returns an agent option that specifies compose options.
server/internal/agent/base/agent_option.go:24
FunctionWithMessageHandler
WithMessageHandler returns an agent option that specifies the message handler.
server/internal/agent/base/react/options.go:36
FunctionWithPlanHandler
(handler PlanHandler)
server/internal/agent/base/multiagent/options.go:91
FunctionWithToolList
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
FunctionWithToolOptions
WithToolOptions returns an agent option that specifies tool.Option for the tools in agent.
server/internal/agent/base/react/options.go:16
FunctionWorkspaceHeader
()
web/src/components/workspace-header.tsx:5
FunctionWorkspaceLayout
({ children, taskID }: WorkspaceLayoutProps)
web/src/layouts/workspace-layout.tsx:15
FunctionWorkspaceLayout
({ mapID }: WorkspaceLayoutProps)
web/src/features/workspace/components/workspace-layout.tsx:21
FunctionWrapImplSpecificOptFn
WrapImplSpecificOptFn returns an agent option that specifies a function to modify the implementation-specific options.
server/internal/agent/base/agent_option.go:31
MethodWrite
Write implements io.Writer and rotates the underlying file when day changes.
server/internal/agent/callback/log_callback.go:114
FunctioncheckConnectionStatus
()
web/src/hooks/use-sse-connection.ts:476
FunctionclearMeasurementCache
()
web/src/utils/dom-measurement.ts:227
MethodclearText
* 清空累积的文本
web/src/lib/sse-parser.ts:1002
FunctionconfirmExit
()
web/src/features/workspace/components/side-bar/side-bar.tsx:51
Methodconnect
( methodOrConfig: 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | SseConfig, url?: string, param?: R
web/src/lib/sse-parser.ts:735
Methodconstructor
(matcher: SimplePathMatcher, realtime: boolean)
web/src/lib/sse-parser.ts:195
Methodconstructor
(realtime: boolean)
web/src/lib/sse-parser.ts:580
Methodconstructor
()
web/src/hooks/use-sse-connection.ts:58
MethoddecisionBranchHandler
decisionBranchHandler handles the decision branch logic
server/internal/agent/base/react/compose.go:263
FunctiondemoTextStreamParser
* 演示如何使用纯文本流解析器
web/src/lib/sse-parser.ts:1011
FunctiondemoWithSSE
()
web/src/lib/sse-parser.ts:1056
Methoddestroy
()
web/src/hooks/use-sse-connection.ts:139
Methoddisconnect
* 断开连接
web/src/lib/sse-parser.ts:829
MethodgetConnectionDetails
(mapID: string)
web/src/hooks/use-sse-connection.ts:400
FunctionhandleAddChild
()
web/src/features/workspace/components/custom-node/custom-node.tsx:94
FunctionhandleBeforeUnload
(e: BeforeUnloadEvent)
web/src/features/workspace/hooks/use-workspace-data.ts:203
FunctionhandleCancel
()
web/src/features/workspace/components/custom-node/custom-node.tsx:79
FunctionhandleCreateMap
()
web/src/features/home/HomePage.tsx:113
FunctionhandleDelete
()
web/src/features/workspace/components/custom-node/custom-node.tsx:98
FunctionhandleEdit
()
web/src/features/workspace/components/custom-node/custom-node.tsx:61
FunctionhandleExit
()
web/src/features/workspace/components/side-bar/side-bar.tsx:41
FunctionhandleExport
()
web/src/features/workspace/components/side-bar/settings.tsx:20
FunctionhandleHelp
()
web/src/features/workspace/components/side-bar/settings.tsx:27
FunctionhandleKeyDown
(e: React.KeyboardEvent<HTMLTextAreaElement>)
web/src/components/ui/chat-input.tsx:95
FunctionhandleKeyDown
(event: KeyboardEvent)
web/src/components/ui/sidebar.tsx:98
FunctionhandleKeyDown
(e: KeyboardEvent)
web/src/features/workspace/components/operation-panel/operation-panel.tsx:69
FunctionhandleLoadMore
()
web/src/app/(main)/history/page.tsx:59
FunctionhandleLogout
()
web/src/layouts/sidebar-layout.tsx:22
FunctionhandleMouseDown
(e: MouseEvent)
web/src/features/workspace/components/operation-panel/operation-panel.tsx:47
FunctionhandleMouseMove
(e: MouseEvent)
web/src/features/workspace/components/operation-panel/operation-panel.tsx:30
FunctionhandleMouseUp
()
web/src/features/workspace/components/operation-panel/operation-panel.tsx:41
FunctionhandleReset
()
web/src/features/workspace/components/operation-panel/conclusion-tab.tsx:449
FunctionhandleReset
()
web/src/features/workspace/components/operation-panel/info-tab.tsx:115
FunctionhandleSave
()
web/src/features/workspace/components/operation-panel/dependency-item.tsx:62
FunctionhandleSave
()
web/src/features/workspace/components/operation-panel/conclusion-tab.tsx:415
FunctionhandleSave
()
web/src/features/workspace/components/operation-panel/info-tab.tsx:83
FunctionhandleSave
()
web/src/features/workspace/components/side-bar/map-info.tsx:37
FunctionhandleSave
()
web/src/features/workspace/components/custom-node/custom-node.tsx:65
FunctionhandleScroll
()
web/src/hooks/use-scroll-to-bottom.ts:56
FunctionhandleStartConclusion
()
web/src/features/workspace/components/operation-panel/conclusion-tab.tsx:494
FunctionhandleStartExecution
()
web/src/features/workspace/components/operation-panel/info-tab.tsx:139
FunctionhandleStopConclusion
()
web/src/features/workspace/components/operation-panel/conclusion-tab.tsx:478
FunctionhandleSubmit
(e: React.FormEvent)
web/src/app/register/register-form.tsx:38
FunctionhandleSubmit
(e: React.FormEvent)
web/src/app/login/login-form.tsx:34
FunctionhandleSubmitMessage
()
web/src/features/workspace/components/operation-panel/decompose-tab.tsx:331
FunctionhandleTouchEnd
()
web/src/hooks/use-scroll-to-bottom.ts:66
FunctionhandleTouchStart
()
web/src/hooks/use-scroll-to-bottom.ts:62
FunctionhandleUnderstanding
()
web/src/features/home/HomePage.tsx:53
FunctionhasNodeOverlap
( node1: Node<CustomNodeModel>, node2: Node<CustomNodeModel>, margin: number = 10 )
web/src/utils/layout-utils.ts:243
Functioninit
()
server/internal/agent/callback/log_callback.go:19
Functionmain
()
server/internal/agent/tool/temp/mcptest.go:33
Functionmain
()
server/cmd/server/main.go:34
Methodonclose
()
web/src/lib/sse-parser.ts:684
Methodonclose
()
web/src/lib/sse-parser.ts:805
Methodonerror
(err)
web/src/lib/sse-parser.ts:688
Methodonerror
(err)
web/src/lib/sse-parser.ts:808
Methodonerror
(error)
web/src/hooks/use-sse-connection.ts:335
Methodonmessage
(ev)
web/src/lib/sse-parser.ts:660
Methodonmessage
(ev)
web/src/lib/sse-parser.ts:784
Methodonmessage
(event)
web/src/hooks/use-sse-connection.ts:312
Methodonopen
(response)
web/src/lib/sse-parser.ts:669
Methodonopen
(response)
web/src/lib/sse-parser.ts:790
Methodonopen
(response)
web/src/lib/sse-parser.ts:938
← previousnext →1,001–1,100 of 1,120, ranked by callers