Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/experdot/pointer
/ functions
Functions
751 in github.com/experdot/pointer
⨍
Functions
751
◇
Types & classes
217
↓ 1 callers
Function
handleEditSave
( dimensionId: string, dimensionType: 'horizontal' | 'vertical', valueIndex: number )
src/renderer/src/components/pages/crosstab/AxisDataManager.tsx:212
↓ 1 callers
Function
handleEditStart
(dimensionId: string, valueIndex: number, currentValue: string)
src/renderer/src/components/pages/crosstab/AxisDataManager.tsx:207
↓ 1 callers
Function
handleFindInFolder
(folderId: string, folderName: string)
src/renderer/src/components/layout/Layout.tsx:91
↓ 1 callers
Function
handleKeyChange
(oldKey: string, newKey: string)
src/renderer/src/components/pages/object/PropertyTableEditor.tsx:175
↓ 1 callers
Function
handleMessageToggle
(messageId: string)
src/renderer/src/components/pages/chat/ExportModal.tsx:77
↓ 1 callers
Function
handleModeChange
(newMode: DrawMode)
src/renderer/src/components/common/ImageEditor.tsx:76
↓ 1 callers
Function
handleNavigateToPage
(targetPageId: string)
src/renderer/src/components/common/PageLineageDisplay.tsx:134
↓ 1 callers
Function
handleNodeClick
(nodeId: string)
src/renderer/src/components/pages/object/RelationshipGraph.tsx:171
↓ 1 callers
Function
handleNodeSelect
(messageId: string)
src/renderer/src/components/pages/chat/MessageTreeSidebar.tsx:186
↓ 1 callers
Function
handleRemoveAttachment
(attachmentId: string)
src/renderer/src/components/pages/chat/messageItem/MessageEditForm.tsx:159
↓ 1 callers
Function
handleRemoveTask
(taskId: string)
src/renderer/src/components/layout/sidebar_items/task/TaskMonitor.tsx:240
↓ 1 callers
Function
handleResize
()
src/renderer/src/components/layout/Layout.tsx:25
↓ 1 callers
Function
handleSave
(key: string)
src/renderer/src/components/pages/object/PropertyTableEditor.tsx:98
↓ 1 callers
Function
handleSaveTitle
()
src/renderer/src/components/pages/chat/ChatHeader.tsx:100
↓ 1 callers
Function
handleSaveTitle
()
src/renderer/src/components/pages/favorites/FavoriteDetailHeader.tsx:66
↓ 1 callers
Function
handleSearch
(value: string)
src/renderer/src/components/layout/sidebar_items/favorites/FavoritesPanel.tsx:93
↓ 1 callers
Function
handleSelectAll
(checked: boolean)
src/renderer/src/components/settings/DataManagement.tsx:387
↓ 1 callers
Function
handleSetDefault
(id: string)
src/renderer/src/components/settings/LLMSettings.tsx:312
↓ 1 callers
Function
handleSetDefault
(id: string)
src/renderer/src/components/settings/ModelConfigSettings.tsx:243
↓ 1 callers
Function
handleShowMoveModal
()
src/renderer/src/components/layout/sidebar_items/chat/ChatHistoryTreeNode.tsx:108
↓ 1 callers
Function
handleShowMoveModal
()
src/renderer/src/components/layout/sidebar_items/favorites/FavoriteTreeNode.tsx:105
↓ 1 callers
Function
handleSiblingBranchSwitch
(messageId: string, direction: 'previous' | 'next')
src/renderer/src/components/pages/chat/MessageList.tsx:430
↓ 1 callers
Function
handleStartEdit
()
src/renderer/src/components/pages/chat/ImagePreviewModal.tsx:49
↓ 1 callers
Function
handleTabClick
(tab: ActivityBarTab)
src/renderer/src/components/layout/activitybar/ActivityBar.tsx:76
↓ 1 callers
Function
handleTooltipOpenChange
(key: string, visible: boolean)
src/renderer/src/components/layout/activitybar/ActivityBar.tsx:90
↓ 1 callers
Function
handleTypeChange
(key: string, type: PropertyItem['type'])
src/renderer/src/components/pages/object/PropertyTableEditor.tsx:185
↓ 1 callers
Function
handleValueChange
(key: string, value: any)
src/renderer/src/components/pages/object/PropertyTableEditor.tsx:180
↓ 1 callers
Function
handleViewDetails
(task: AITask)
src/renderer/src/components/layout/sidebar_items/task/TaskMonitor.tsx:245
↓ 1 callers
Function
handleWidthChange
(width: ImageExportWidth)
src/renderer/src/components/pages/chat/ImagePreviewModal.tsx:63
↓ 1 callers
Method
hasSiblingBranches
* 检查消息是否有多个兄弟分支
src/renderer/src/components/pages/chat/messageTree.ts:311
↓ 1 callers
Function
highlightText
(text: string, indices: number[])
src/renderer/src/components/layout/sidebar_items/search/SearchResultGroup.tsx:45
↓ 1 callers
Function
importSelectedChats
( selectedItems: SelectableChatItem[], folderName?: string )
src/renderer/src/utils/externalChatImporter/importer.ts:91
↓ 1 callers
Function
init
()
src/renderer/src/components/layout/titlebar/TitleBar.tsx:21
↓ 1 callers
Function
initDB
()
src/renderer/src/stores/persistence/storeConfig.ts:40
↓ 1 callers
Function
initializeStores
()
src/renderer/src/stores/ZustandAppContext.tsx:29
↓ 1 callers
Function
installUpdate
()
src/renderer/src/components/common/UpdateNotification.tsx:337
↓ 1 callers
Function
loadAttachments
()
src/renderer/src/components/pages/chat/messageItem/MessageContent.tsx:47
↓ 1 callers
Function
loadAttachments
()
src/renderer/src/components/pages/favorites/FavoriteDetailPage.tsx:57
↓ 1 callers
Function
loadPreviews
()
src/renderer/src/components/pages/chat/ChatInput.tsx:44
↓ 1 callers
Function
loadPreviews
()
src/renderer/src/components/pages/chat/messageItem/MessageEditForm.tsx:45
↓ 1 callers
Method
moveAttachment
* 移动附件(从temp到正式目录) * @param fileId 文件ID * @param fileName 文件名 * @param fromPath 源路径(相对路径) * @param pageId 目标页面ID * @param messageId 目标消
src/main/attachmentHandler.ts:113
↓ 1 callers
Function
navigateToFirstOrLast
(position: 'first' | 'last')
src/renderer/src/components/pages/chat/MessageTreeSidebar.tsx:336
↓ 1 callers
Function
navigateToPrevOrNext
(direction: 'prev' | 'next')
src/renderer/src/components/pages/chat/MessageTreeSidebar.tsx:369
↓ 1 callers
Function
navigateToStarred
(direction: 'prev' | 'next')
src/renderer/src/components/pages/chat/MessageTreeSidebar.tsx:303
↓ 1 callers
Function
parseExternalChatHistory
(jsonContent: string)
src/renderer/src/utils/externalChatImporter/importer.ts:11
↓ 1 callers
Method
parseJsonObject
(jsonString: string)
src/renderer/src/components/pages/object/ai/PromptBuilder.ts:204
↓ 1 callers
Method
prepareApiMessages
* 准备 API 消息数组,处理 systemPrompt 和文件附件
src/main/aiHandler.ts:57
↓ 1 callers
Method
processStreamResponse
* 处理流式响应
src/main/aiHandler.ts:246
↓ 1 callers
Method
readAttachment
* 读取附件内容 * @param localPath 相对路径 * @returns base64编码的内容
src/main/attachmentHandler.ts:70
↓ 1 callers
Function
redo
()
src/renderer/src/components/common/ImageEditor.tsx:177
↓ 1 callers
Function
removeHighlights
()
src/renderer/src/components/common/markdown/SearchableMarkdown.tsx:41
↓ 1 callers
Function
removePrompt
(index: number)
src/renderer/src/components/settings/PromptListSettings.tsx:99
↓ 1 callers
Function
renderAttachments
(attachments?: FileAttachment[])
src/renderer/src/components/pages/chat/MessageQueuePanel.tsx:197
↓ 1 callers
Function
renderAxisDimensions
( dimensions: CrosstabAxisDimension[], axisName: string, dimensionType: 'horizontal' | 'vertical'
src/renderer/src/components/pages/crosstab/MetadataDisplay.tsx:220
↓ 1 callers
Function
renderAxisSection
( dimensions: CrosstabAxisDimension[], dimensionType: 'horizontal' | 'vertical', title: string )
src/renderer/src/components/pages/crosstab/AxisDataManager.tsx:389
↓ 1 callers
Function
renderConnections
(relationNode: ObjectNodeType)
src/renderer/src/components/pages/object/RelationManager.tsx:95
↓ 1 callers
Function
renderContent
()
src/renderer/src/components/layout/sidebar/Sidebar.tsx:188
↓ 1 callers
Function
renderContent
()
src/renderer/src/components/pages/favorites/FavoriteDetailPage.tsx:359
↓ 1 callers
Function
renderDimensionCard
( dimension: CrosstabAxisDimension, dimensionType: 'horizontal' | 'vertical' )
src/renderer/src/components/pages/crosstab/AxisDataManager.tsx:364
↓ 1 callers
Function
renderDimensionValues
( dimension: CrosstabAxisDimension, dimensionType: 'horizontal' | 'vertical' )
src/renderer/src/components/pages/crosstab/AxisDataManager.tsx:274
↓ 1 callers
Function
renderPropertyItem
(label: string, value: any, field?: string, isEditable = false)
src/renderer/src/components/pages/object/ObjectPropertyView.tsx:122
↓ 1 callers
Function
renderResultItem
(result: SearchResult, index: number)
src/renderer/src/components/layout/sidebar_items/search/SearchResultGroup.tsx:58
↓ 1 callers
Function
renderTabLabel
(icon: React.ReactNode, label: string, completed: boolean)
src/renderer/src/components/pages/crosstab/CrosstabChat.tsx:952
↓ 1 callers
Function
renderTaskContext
(task: AITask)
src/renderer/src/components/layout/sidebar_items/task/TaskMonitor.tsx:257
↓ 1 callers
Function
renderValueDimensions
(dimensions: CrosstabValueDimension[])
src/renderer/src/components/pages/crosstab/MetadataDisplay.tsx:313
↓ 1 callers
Function
renderValueDisplay
(item: PropertyItem)
src/renderer/src/components/pages/object/PropertyTableEditor.tsx:283
↓ 1 callers
Function
renderValueEditor
(item: PropertyItem)
src/renderer/src/components/pages/object/PropertyTableEditor.tsx:213
↓ 1 callers
Method
saveAttachment
* 保存附件到本地 * @param fileId 文件ID * @param fileName 文件名 * @param base64Content base64编码的文件内容 * @param pageId 页面ID(可选) * @param messageId 消
src/main/attachmentHandler.ts:26
↓ 1 callers
Method
saveFavoriteFolders
(folders: any[])
src/renderer/src/stores/persistence/storeConfig.ts:347
↓ 1 callers
Method
saveFavorites
(favorites: any[])
src/renderer/src/stores/persistence/storeConfig.ts:300
↓ 1 callers
Method
saveFolder
(folder: any)
src/renderer/src/stores/persistence/storeConfig.ts:242
↓ 1 callers
Method
saveFolders
(folders: any[])
src/renderer/src/stores/persistence/storeConfig.ts:256
↓ 1 callers
Method
scheduleContentUpdate
(chatId: string, messageId: string, content: string)
src/renderer/src/components/pages/chat/hooks/useAIService.ts:30
↓ 1 callers
Method
scheduleReasoningUpdate
(chatId: string, messageId: string, reasoning: string)
src/renderer/src/components/pages/chat/hooks/useAIService.ts:36
↓ 1 callers
Function
scrollToBottom
(behavior: 'smooth' | 'instant' = 'smooth')
src/renderer/src/components/pages/chat/MessageList.tsx:306
↓ 1 callers
Function
scrollToMessage
(messageId: string, behavior: 'smooth' | 'instant' = 'smooth')
src/renderer/src/components/pages/chat/MessageList.tsx:311
↓ 1 callers
Method
setDefaultPath
* 设置默认路径(选择最新的分支)
src/renderer/src/components/pages/chat/messageTree.ts:84
↓ 1 callers
Method
setUpdateFunctions
( contentFn: (chatId: string, messageId: string, content: string) => void, reasoningFn: (chatId: strin
src/renderer/src/components/pages/chat/hooks/useAIService.ts:22
↓ 1 callers
Function
setupAIHandlers
()
src/main/aiHandler.ts:409
↓ 1 callers
Function
setupAttachmentHandlers
()
src/main/attachmentHandler.ts:208
↓ 1 callers
Function
setupAutoUpdater
()
src/main/autoUpdater.ts:6
↓ 1 callers
Function
setupIpcHandlers
()
src/main/ipcHandlers.ts:6
↓ 1 callers
Function
showUpdateAvailableNotification
(info: UpdateInfo)
src/renderer/src/components/common/UpdateNotification.tsx:145
↓ 1 callers
Function
showUpdateReadyNotification
(info: UpdateInfo)
src/renderer/src/components/common/UpdateNotification.tsx:184
↓ 1 callers
Function
startEdit
(field: string, value: string)
src/renderer/src/components/pages/crosstab/MetadataDisplay.tsx:81
↓ 1 callers
Function
startEdit
(field: string, value: any)
src/renderer/src/components/pages/object/ObjectPropertyView.tsx:34
↓ 1 callers
Method
stopStreaming
(requestId: string)
src/main/aiHandler.ts:337
↓ 1 callers
Method
testConnection
()
src/renderer/src/services/aiService.ts:82
↓ 1 callers
Method
testConnection
(config: LLMConfig)
src/main/aiHandler.ts:345
↓ 1 callers
Function
testPersistence
()
src/renderer/src/components/settings/SettingsDemo.tsx:62
↓ 1 callers
Function
toggleSiblings
(messageId: string)
src/renderer/src/components/pages/chat/MessageTreeSidebar.tsx:262
↓ 1 callers
Function
undo
()
src/renderer/src/components/common/ImageEditor.tsx:163
↓ 1 callers
Function
updateConnection
(index: number, field: keyof NodeConnection, value: any)
src/renderer/src/components/pages/object/ConnectionEditor.tsx:73
↓ 1 callers
Function
updateDownloadProgressNotification
(progress: any)
src/renderer/src/components/common/UpdateNotification.tsx:232
↓ 1 callers
Function
updatePrompt
(index: number, value: string)
src/renderer/src/components/settings/PromptListSettings.tsx:93
↓ 1 callers
Function
updateStorageInfo
()
src/renderer/src/components/settings/SettingsDemo.tsx:32
↓ 1 callers
Function
useAIService
(chatId: string)
src/renderer/src/components/pages/chat/hooks/useAIService.ts:107
↓ 1 callers
Function
useCrosstabWorkflow
(chatId: string, selectedModelId: string | undefined)
src/renderer/src/components/pages/crosstab/hooks/useCrosstabWorkflow.ts:30
↓ 1 callers
Function
useHistoryPrompt
(historyPrompt: string)
src/renderer/src/components/pages/object/ObjectAIGenerator.tsx:598
↓ 1 callers
Function
useMessageActions
(props: UseMessageActionsProps)
src/renderer/src/components/pages/chat/messageItem/useMessageActions.ts:23
← previous
next →
301–400 of 751, ranked by callers