MCPcopy Create free account

hub / github.com/experdot/pointer / functions

Functions1,054 in github.com/experdot/pointer

FunctionModelSelector
({ value, onChange, onSelect, size = 'small', style, variant = 'borderless', disabled }: ModelSe
src/renderer/src/components/editors/ChatEditor/ModelSelector.tsx:63
FunctionMonacoTextEditorComponent
({ content, format, options, onChange })
src/renderer/src/features/export/plugins/editors/textEditor.tsx:33
FunctionMoveConflictModal
({ open, conflict, onCancel, onAutoRename }: MoveConflictModalProps)
src/renderer/src/components/panels/MoveConflictModal.tsx:19
FunctionMoveToFolderModal
({ open, onClose, onConfirm, folders, excludeFolderIds = [], currentFolderId }: MoveToFolderModalP
src/renderer/src/components/panels/MoveToFolderModal.tsx:29
FunctionOutlineDropdown
({ outline, onNavigateToMessage, onBatchGenerateTitles, onSmartSegment, batchProgress, isSegmentin
src/renderer/src/components/editors/ChatEditor/OutlineDropdown.tsx:37
FunctionPreviewPanel
()
src/renderer/src/components/editors/ExportEditor/panels/PreviewPanel.tsx:49
FunctionQueueButton
({ count, onClick }: QueueButtonProps)
src/renderer/src/components/editors/ChatEditor/QueueButton.tsx:10
FunctionResetModal
({ open, onClose }: ResetModalProps)
src/renderer/src/components/editors/SettingsEditor/ResetModal.tsx:48
FunctionSearch
()
src/renderer/src/components/panels/Search/index.tsx:11
FunctionSearchBar
({ pageId, messages, containerRef }: SearchBarProps)
src/renderer/src/components/editors/ChatEditor/SearchBar.tsx:17
FunctionSearchInput
()
src/renderer/src/components/panels/Search/SearchInput.tsx:8
FunctionSearchOptions
()
src/renderer/src/components/panels/Search/SearchOptions.tsx:21
FunctionSearchResultItem
({ match, isSelected, onClick }: SearchResultItemProps)
src/renderer/src/components/panels/Search/SearchResults.tsx:263
FunctionSearchResultMessageGroup
({ messageGroup, pageId, pageIndex, messageIndex, selectedIndex, onMessageClick, onItemClick }:
src/renderer/src/components/panels/Search/SearchResults.tsx:189
FunctionSearchResultPageGroup
({ group, pageIndex, selectedIndex, onGroupClick, onMessageClick, onItemClick }: SearchResultPageG
src/renderer/src/components/panels/Search/SearchResults.tsx:112
FunctionSearchResults
({ results, onItemClick }: SearchResultsProps)
src/renderer/src/components/panels/Search/SearchResults.tsx:33
FunctionSettingsEditor
()
src/renderer/src/components/editors/SettingsEditor/index.tsx:19
FunctionSidebar
()
src/renderer/src/components/layout/sidebar/index.tsx:27
FunctionSidebar
({ pageId }: SidebarProps)
src/renderer/src/components/editors/ExportEditor/panels/Sidebar.tsx:34
FunctionSwitchTransactionOverlay
()
src/renderer/src/components/common/SwitchTransactionOverlay.tsx:7
FunctionTableBlockSourceSelector
()
src/renderer/src/features/export/plugins/sources/tableBlockSource.tsx:16
FunctionTablePreviewerComponent
({ result })
src/renderer/src/features/export/plugins/previewers/tablePreviewer.tsx:51
FunctionTabs
()
src/renderer/src/components/layout/Tabs/index.tsx:58
FunctionTextPreviewerComponent
({ result, options })
src/renderer/src/features/export/plugins/previewers/textPreviewer.tsx:13
FunctionTextSnippetSourceSelector
()
src/renderer/src/features/export/plugins/sources/textSnippetSource.tsx:16
FunctionThirdPartyImportModal
({ open, onClose }: ThirdPartyImportModalProps)
src/renderer/src/components/editors/SettingsEditor/ThirdPartyImportModal.tsx:68
FunctionTitleBar
()
src/renderer/src/components/layout/titlebar/index.tsx:8
FunctionTreeNodeTitleInner
({ id, title, isHighlighted, treeNode, onDoubleClick, getContextMenuItems, onCreateItemInFolder,
src/renderer/src/components/common/TreeView.tsx:119
FunctionTreeView
({ items, folders, selectedId, onSelect, itemIcon, getItemName, getFolderName = (f) => f.name,
src/renderer/src/components/common/TreeView.tsx:331
FunctionTreeViewEditInput
({ id, editingValue, setEditingValue, isFolder, onSaveAndExit, onCancelAndExit, onGenerateItemNa
src/renderer/src/components/common/TreeView.tsx:201
FunctionUpdateNotification
()
src/renderer/src/components/common/UpdateNotification.tsx:13
FunctionUserProfileCard
({ onClose }: UserProfileCardProps)
src/renderer/src/components/layout/activitybar/UserProfileCard.tsx:63
FunctionWelcomePage
({ onNewChat, onOpenSettings }: WelcomePageProps)
src/renderer/src/components/editors/WelcomePage.tsx:13
FunctionWorkspaceCard
({ onClose }: WorkspaceCardProps)
src/renderer/src/components/layout/activitybar/WorkspaceCard.tsx:28
Functionaccount
()
src/renderer/src/stores/registry.ts:64
Functionaccount
(scope: Parameters<IPersistenceRegistry['account']>[0])
src/renderer/src/persistence/registry.ts:59
Functionaccounts
()
src/renderer/src/stores/accountStore.ts:157
Functionaccounts
()
src/renderer/src/persistence/registry.ts:56
FunctionactivePanel
()
src/renderer/src/stores/layoutStore.ts:126
FunctionactiveTabId
()
src/renderer/src/stores/tabsStore.ts:421
FunctionaddColumn
()
src/renderer/src/features/export/plugins/editors/csvEditor.tsx:139
FunctionaddMessage
( pageId: string, message: Omit<ChatMessage, 'id' | 'createdAt'> )
src/renderer/src/services/messagesService.ts:35
FunctionaddRow
()
src/renderer/src/features/export/plugins/editors/csvEditor.tsx:124
FunctionapplyHighlight
()
src/renderer/src/hooks/useGlobalSearchHighlight.ts:53
FunctionbatchGenerateTitles
( messages: ChatMessage[], onProgress?: (current: number, total: number) => void )
src/renderer/src/services/titleService.ts:323
FunctionbatchGenerateTitlesWithOptions
( messages: ChatMessage[], options: Omit<TitleGenerateOptions, 'content'>, onProgress?: (current: number
src/renderer/src/services/titleService.ts:498
FunctioncalculateBranchIndices
* 计算分支索引 * 当一个父节点有多个子节点时,为每个子节点分配 branchIndex
src/renderer/src/services/importers/base.ts:54
FunctioncalculateInsertPosition
( items: T[], folders: ConfigFolder[], afterItemId?: string )
src/renderer/src/utils/treeUtils.ts:165
FunctioncheckFolderNameConflict
( folderId: string, targetFolderId: string | undefined )
src/renderer/src/services/pagesService.ts:193
FunctioncheckPageNameConflict
( pageId: string, targetFolderId: string | undefined )
src/renderer/src/services/pagesService.ts:179
Functionclear
()
src/renderer/src/persistence/implementations/filesystem/pagesRepository.ts:309
Functionclear
()
src/renderer/src/persistence/implementations/filesystem/settingsRepository.ts:21
Functionclear
()
src/renderer/src/persistence/implementations/filesystem/accountsRepository.ts:118
Functionclear
()
src/renderer/src/persistence/implementations/filesystem/foldersRepository.ts:92
Functionclear
()
src/renderer/src/persistence/implementations/filesystem/tabsRepository.ts:28
Functionclear
()
src/renderer/src/persistence/implementations/filesystem/layoutRepository.ts:20
Methodclear
()
src/renderer/src/persistence/interfaces/base.ts:50
FunctionclearAllWithMessages
()
src/renderer/src/persistence/implementations/filesystem/pagesRepository.ts:329
MethodclearAllWithMessages
* Clear all pages and their messages
src/renderer/src/persistence/interfaces/userData.ts:106
FunctionclearLLMConfigFolder
(id: string)
src/renderer/src/services/settingsService.ts:147
FunctionclearModelConfigFolder
(id: string)
src/renderer/src/services/settingsService.ts:265
MethodcomponentDidCatch
(error: Error, errorInfo: React.ErrorInfo)
src/renderer/src/components/common/ErrorBoundary.tsx:24
FunctioncomputeOutline
( topicGroups: TopicGroup[], currentPath: ChatMessage[] )
src/renderer/src/services/messagesService.ts:397
FunctioncomputeTopicGroups
(topics: Topic[], currentPath: ChatMessage[])
src/renderer/src/services/messagesService.ts:306
Methodconstructor
(props: Props)
src/renderer/src/components/common/ErrorBoundary.tsx:15
Methodconstructor
( readonly dirPath: string, readonly validation: ValidateWorkspaceResult )
src/renderer/src/services/workspaceService.ts:52
Methodconstructor
(llmConfig: LLMConfig, modelConfig: ModelConfig | undefined)
src/renderer/src/services/aiService.ts:17
Methodconstructor
()
src/renderer/src/persistence/implementations/filesystem/index.ts:107
Functionconvert
(content: ExtractedContent, options: ExportOptions)
src/renderer/src/features/export/plugins/formats/txtFormat.ts:16
Functionconvert
(content: ExtractedContent, options: ExportOptions)
src/renderer/src/features/export/plugins/formats/htmlFormat.ts:16
Functionconvert
(content: ExtractedContent, _: ExportOptions)
src/renderer/src/features/export/plugins/formats/csvFormat.ts:16
Functionconvert
(content: ExtractedContent, _: ExportOptions)
src/renderer/src/features/export/plugins/formats/markdownFormat.ts:17
FunctioncopyLLMConfig
(config: LLMConfig)
src/renderer/src/services/settingsService.ts:90
FunctioncopyModelConfig
(config: ModelConfig)
src/renderer/src/services/settingsService.ts:208
FunctioncreateLLMConfigFolder
( name?: string, afterItemId?: string, inFolderId?: string )
src/renderer/src/services/settingsService.ts:103
FunctioncreateModelConfigFolder
( name?: string, afterItemId?: string, inFolderId?: string )
src/renderer/src/services/settingsService.ts:221
FunctioncreateTopic
( pageId: string, name: string, startMessageId: string, endMessageId?: string )
src/renderer/src/services/messagesService.ts:230
FunctioncurrentAccountId
()
src/renderer/src/stores/accountStore.ts:160
FunctioncurrentWorkspace
()
src/renderer/src/stores/workspaceStore.ts:232
FunctioncurrentWorkspaceId
()
src/renderer/src/stores/workspaceStore.ts:229
Functiondatabase
()
src/renderer/src/persistence/registry.ts:53
Functiondelete
(id: string)
src/renderer/src/persistence/implementations/filesystem/pagesRepository.ts:283
Functiondelete
(pageId: string)
src/renderer/src/persistence/implementations/filesystem/messagesRepository.ts:69
Functiondelete
(id: string)
src/renderer/src/persistence/implementations/filesystem/workspaceRepository.ts:180
Functiondelete
(id: string)
src/renderer/src/persistence/implementations/filesystem/accountsRepository.ts:79
Functiondelete
(pageId: string)
src/renderer/src/persistence/implementations/filesystem/messageQueueRepository.ts:32
Functiondelete
(id: string)
src/renderer/src/persistence/implementations/filesystem/foldersRepository.ts:76
Methoddelete
* 删除工作区
src/renderer/src/stores/interfaces/workspaceStore.ts:61
Methoddelete
Delete workspace (does not delete files for custom workspaces)
src/renderer/src/persistence/implementations/filesystem/workspaceRepository.ts:87
Methoddelete
(key: TKey)
src/renderer/src/persistence/interfaces/base.ts:63
Methoddelete
Delete workspace (does not delete files for custom workspaces)
src/renderer/src/persistence/interfaces/workspace.ts:32
FunctiondeleteBatch
(ids: string[])
src/renderer/src/persistence/implementations/filesystem/pagesRepository.ts:303
FunctiondeleteBatch
(ids: string[])
src/renderer/src/persistence/implementations/filesystem/accountsRepository.ts:98
FunctiondeleteBatch
(ids: string[])
src/renderer/src/persistence/implementations/filesystem/foldersRepository.ts:84
FunctiondeleteLLMConfig
(id: string)
src/renderer/src/services/settingsService.ts:80
FunctiondeleteLLMConfigFolder
(id: string)
src/renderer/src/services/settingsService.ts:143
FunctiondeleteMessage
(pageId: string, messageId: string)
src/renderer/src/services/messagesService.ts:57
FunctiondeleteModelConfig
(id: string)
src/renderer/src/services/settingsService.ts:199
FunctiondeleteModelConfigFolder
(id: string)
src/renderer/src/services/settingsService.ts:261
FunctiondeletePage
(id: string)
src/renderer/src/services/pagesService.ts:142
← previousnext →701–800 of 1,054, ranked by callers