MCPcopy Create free account

hub / github.com/experdot/pointer / functions

Functions1,054 in github.com/experdot/pointer

↓ 1 callersFunctionserializeMessage
* Serialize a single message to markdown
src/renderer/src/persistence/implementations/filesystem/markdown/serializer.ts:144
↓ 1 callersFunctionserializeMessageMetadata
* Serialize message metadata to XML comment block
src/renderer/src/persistence/implementations/filesystem/markdown/serializer.ts:101
↓ 1 callersFunctionserializePageMetadata
* Serialize page metadata to XML comment block
src/renderer/src/persistence/implementations/filesystem/markdown/serializer.ts:61
↓ 1 callersFunctionserializeReasoningContent
* Serialize reasoning content to details block
src/renderer/src/persistence/implementations/filesystem/markdown/serializer.ts:125
↓ 1 callersFunctionserializeTopics
* Serialize topics to XML
src/renderer/src/persistence/implementations/filesystem/markdown/serializer.ts:39
↓ 1 callersMethodsetActiveTab
* 设置激活的标签页
src/renderer/src/stores/interfaces/ui.ts:72
↓ 1 callersMethodsetAutoCheckUpdate
(enabled: boolean)
src/renderer/src/stores/interfaces/ui.ts:153
↓ 1 callersMethodsetCompactMode
(isCompact: boolean)
src/renderer/src/stores/interfaces/ui.ts:39
↓ 1 callersFunctionsetupAIHandlers
()
src/main/aiHandler.ts:409
↓ 1 callersFunctionsetupAttachmentHandlers
()
src/main/attachmentHandler.ts:182
↓ 1 callersFunctionsetupAutoUpdater
()
src/main/autoUpdater.ts:6
↓ 1 callersFunctionsetupFileSystemHandlers
()
src/main/fsHandlers.ts:64
↓ 1 callersFunctionsetupIpcHandlers
()
src/main/ipcHandlers.ts:52
↓ 1 callersMethodshouldSkipNode
* 判断节点是否应该被跳过
src/renderer/src/services/importers/openai.ts:103
↓ 1 callersFunctionshowConfirmDialog
(options: ConfirmDialogOptions)
src/renderer/src/components/common/ConfirmDialog.tsx:25
↓ 1 callersFunctionsimpleMarkdownToHtml
* Simple markdown to HTML conversion
src/renderer/src/features/export/plugins/formats/htmlFormat.ts:182
↓ 1 callersFunctionsortMessagesByTreeOrder
* Sort messages by tree order (parent before children)
src/renderer/src/features/export/plugins/sources/messagesSource.tsx:168
↓ 1 callersFunctionsplitIntoMessageSections
* Split markdown into message sections * Uses MESSAGE_HEADER_PREFIX to identify message boundaries
src/renderer/src/persistence/implementations/filesystem/markdown/parser.ts:221
↓ 1 callersMethodstart
(pageId: string, messageId: string, aiService?: AIService)
src/renderer/src/services/streamingManager.ts:19
↓ 1 callersFunctionstopActiveWork
()
src/renderer/src/services/switchTransactionService.ts:33
↓ 1 callersMethodstopAll
()
src/renderer/src/services/streamingManager.ts:59
↓ 1 callersMethodstopStreaming
()
src/renderer/src/services/aiService.ts:28
↓ 1 callersMethodstopStreaming
(requestId: string)
src/main/aiHandler.ts:332
↓ 1 callersFunctionstripMarkdown
* Strip basic markdown formatting from text
src/renderer/src/features/export/plugins/formats/txtFormat.ts:192
↓ 1 callersFunctionsyncWorkspaceAccessContext
(context: WorkspaceAccessContext)
src/main/workspaceRuntime.ts:16
↓ 1 callersFunctiontableToMarkdown
(table: HTMLTableElement)
src/renderer/src/components/editors/ChatEditor/MessageItem/utils.ts:2
↓ 1 callersMethodtestConnection
()
src/renderer/src/services/aiService.ts:82
↓ 1 callersMethodtestConnection
(config: LLMConfig)
src/main/aiHandler.ts:345
↓ 1 callersFunctiontoAccountScope
(scope: AccountScope | string)
src/renderer/src/persistence/implementations/filesystem/index.ts:41
↓ 1 callersFunctiontoCsv
* Convert table data to CSV string
src/renderer/src/features/export/plugins/editors/csvEditor.tsx:56
↓ 1 callersFunctiontoggleMessageCollapsed
(pageId: string, messageId: string)
src/renderer/src/services/messagesService.ts:191
↓ 1 callersMethodtogglePinTab
* 切换标签页固定状态
src/renderer/src/stores/interfaces/ui.ts:99
↓ 1 callersFunctiontraverse
(nodes: TreeDataNode[])
src/renderer/src/components/editors/SettingsEditor/ImportModal.tsx:270
↓ 1 callersFunctiontraverse
(nodes: TreeDataNode[])
src/renderer/src/components/editors/SettingsEditor/ExportModal.tsx:190
↓ 1 callersFunctiontraverse
(parentId?: string)
src/renderer/src/features/export/plugins/sources/messagesSource.tsx:176
↓ 1 callersFunctiontryGetCurrentAccountScope
()
src/renderer/src/persistence/scope.ts:4
↓ 1 callersFunctiontryRestoreTab
(type: string, dataId?: string)
src/renderer/src/utils/tabRegistry.ts:43
↓ 1 callersFunctionunescapeXml
* Unescape XML special characters
src/renderer/src/persistence/implementations/filesystem/markdown/parser.ts:12
↓ 1 callersFunctionupdateAccount
( id: string, updates: Partial<Omit<Account, 'id' | 'createdAt'>> )
src/renderer/src/services/accountService.ts:92
↓ 1 callersFunctionupdateCell
(rowIndex: number, colIndex: number, value: string)
src/renderer/src/features/export/plugins/editors/csvEditor.tsx:108
↓ 1 callersFunctionupdateHeader
(colIndex: number, value: string)
src/renderer/src/features/export/plugins/editors/csvEditor.tsx:117
↓ 1 callersFunctionupdateHeight
()
src/renderer/src/components/common/TreeView.tsx:377
↓ 1 callersFunctionuseAttachment
(pageId: string)
src/renderer/src/hooks/useAttachment.ts:54
↓ 1 callersFunctionuseChat
({ pageId }: UseChatOptions)
src/renderer/src/hooks/useChat.ts:74
↓ 1 callersFunctionuseChatCore
({ pageId }: UseChatCoreOptions)
src/renderer/src/hooks/useChatCore.ts:43
↓ 1 callersFunctionuseChatShortcuts
({ enabled, navigationEnabled, onOpenSearch, onScrollToPrev, onScrollToNext, onScrollToFirst, on
src/renderer/src/hooks/useChatShortcuts.ts:15
↓ 1 callersFunctionuseChatStreaming
({ pageId, page, messages, currentPath, record, getConfigs, getConfigsWithOverride }: UseChatStr
src/renderer/src/hooks/useChatStreaming.ts:37
↓ 1 callersFunctionuseChatTitles
({ pageId, messages, currentPath }: UseChatTitlesOptions)
src/renderer/src/hooks/useChatTitles.ts:36
↓ 1 callersFunctionuseChatTopics
({ pageId, messages, currentPath, topics }: UseChatTopicsOptions)
src/renderer/src/hooks/useChatTopics.ts:41
↓ 1 callersFunctionuseGlobalSearch
()
src/renderer/src/hooks/useGlobalSearch.ts:23
↓ 1 callersFunctionuseGlobalSearchHighlight
({ containerRef, messages, pageId }: UseGlobalSearchHighlightOptions)
src/renderer/src/hooks/useGlobalSearchHighlight.ts:23
↓ 1 callersFunctionuseLLMConfigs
()
src/renderer/src/hooks/useSettings.ts:88
↓ 1 callersFunctionuseMessageQueue
({ pageId, isStreaming, onSendMessage }: UseMessageQueueOptions)
src/renderer/src/hooks/useMessageQueue.ts:34
↓ 1 callersFunctionuseModelConfigs
()
src/renderer/src/hooks/useSettings.ts:139
↓ 1 callersFunctionusePages
()
src/renderer/src/hooks/usePages.ts:8
↓ 1 callersFunctionuseSearchHighlight
({ containerRef, messages, searchState, pageId, onMatchesChange }: UseSearchHighlightOptions)
src/renderer/src/hooks/useSearchHighlight.ts:27
↓ 1 callersFunctionvalidateWorkspacePath
(dirPath: string)
src/renderer/src/services/workspaceService.ts:183
↓ 1 callersMethodwaitForAccountIdle
Wait for account-scoped writes to finish
src/renderer/src/persistence/interfaces/base.ts:92
↓ 1 callersFunctionwaitForScopedWrites
(scope: WorkspaceScope | null)
src/renderer/src/services/switchTransactionService.ts:52
↓ 1 callersMethodwaitForWorkspaceIdle
Wait for workspace-scoped writes to finish
src/renderer/src/persistence/interfaces/base.ts:94
↓ 1 callersFunctionwaitForWrites
()
src/renderer/src/stores/persistenceQueue.ts:149
↓ 1 callersFunctionwalkDOM
(node: Element)
src/renderer/src/utils/screenshot.ts:14
↓ 1 callersFunctionwithStandardMenu
( menu: NonNullable<DropdownProps['menu']> )
src/renderer/src/utils/shortcutPresentation.ts:75
↓ 1 callersMethodworkspace
(scope: WorkspaceScope)
src/renderer/src/persistence/implementations/filesystem/index.ts:196
FunctionAIGeneratePopover
({ open, onOpenChange, mode, onGenerate, children, placement = 'bottomLeft', getPopupContainer }
src/renderer/src/components/common/AIGeneratePopover.tsx:39
FunctionAboutPanel
()
src/renderer/src/components/editors/SettingsEditor/AboutPanel.tsx:18
FunctionActivityBar
()
src/renderer/src/components/layout/activitybar/index.tsx:31
FunctionApp
()
src/renderer/src/App.tsx:56
FunctionAppContent
()
src/renderer/src/App.tsx:24
FunctionAppShortcuts
()
src/renderer/src/components/common/AppShortcuts.tsx:15
FunctionAttachmentPreview
({ attachments, onRemove })
src/renderer/src/components/editors/ChatEditor/AttachmentPreview.tsx:12
FunctionAttachmentPreviewItem
({ attachment, onRemove })
src/renderer/src/components/editors/ChatEditor/AttachmentPreview.tsx:31
FunctionAttachmentThumbnail
({ attachment, onClick })
src/renderer/src/components/editors/ChatEditor/MessageAttachments.tsx:66
FunctionBranchNavigator
({ currentIndex, totalCount, siblings, onSwitchBranch }: BranchNavigatorProps)
src/renderer/src/components/editors/ChatEditor/BranchNavigator.tsx:14
FunctionBranchPathBar
({ messages, getChildMessages, onSwitchBranch, onNavigateToMessage, onNavigateToPrev, onNavigateTo
src/renderer/src/components/editors/ChatEditor/BranchPathBar.tsx:50
FunctionChatEditor
({ pageId }: ChatEditorProps)
src/renderer/src/components/editors/ChatEditor/index.tsx:27
FunctionCodeBlockSourceSelector
()
src/renderer/src/features/export/plugins/sources/codeBlockSource.tsx:16
FunctionConfigTree
({ items, folders, selectedId, onSelect, itemIcon, itemNameKey, isItem, batchUpdateItemsOrder,
src/renderer/src/components/common/ConfigTree.tsx:42
FunctionCsvTableEditorComponent
({ content, onChange })
src/renderer/src/features/export/plugins/editors/csvEditor.tsx:80
FunctionDataPanel
()
src/renderer/src/components/editors/SettingsEditor/DataPanel.tsx:16
FunctionDateTimeText
({ value, className, style, tooltip = true, emptyText = '-' }: DateTimeTextProps)
src/renderer/src/components/common/DateTimeText.tsx:13
FunctionDraggableTab
({ id, children }: DraggableTabProps)
src/renderer/src/components/layout/Tabs/index.tsx:39
FunctionEditorArea
()
src/renderer/src/components/layout/EditorArea/index.tsx:8
FunctionExplorer
()
src/renderer/src/components/panels/Explorer.tsx:31
FunctionExportEditor
({ context }: ExportEditorProps)
src/renderer/src/components/editors/ExportEditor/index.tsx:36
FunctionExportModal
({ open, onClose }: ExportModalProps)
src/renderer/src/components/editors/SettingsEditor/ExportModal.tsx:161
FunctionGeneralPanel
()
src/renderer/src/components/editors/SettingsEditor/GeneralPanel.tsx:5
FunctionHeader
({ page, onGenerate }: HeaderProps)
src/renderer/src/components/editors/ChatEditor/Header.tsx:14
FunctionHollowCircleIcon
()
src/renderer/src/components/editors/ChatEditor/OutlineDropdown.tsx:19
FunctionHtmlPreviewerComponent
({ result })
src/renderer/src/features/export/plugins/previewers/htmlPreviewer.tsx:10
FunctionImagePreviewModal
({ visible, src, name, onClose })
src/renderer/src/components/common/ImagePreviewModal.tsx:20
FunctionImportModal
({ open, onClose }: ImportModalProps)
src/renderer/src/components/editors/SettingsEditor/ImportModal.tsx:196
FunctionLLMConfigPanel
()
src/renderer/src/components/editors/SettingsEditor/LLMConfigPanel.tsx:15
FunctionLoadMoreButton
({ current, total, onLoadMore }: LoadMoreButtonProps)
src/renderer/src/components/panels/Search/SearchResults.tsx:88
FunctionMainLayout
()
src/renderer/src/components/layout/MainLayout/index.tsx:9
FunctionMessageAttachments
({ attachments })
src/renderer/src/components/editors/ChatEditor/MessageAttachments.tsx:11
FunctionMessageQueueDrawer
({ open, items, onClose, onAdd, onRemove, onUpdate, onClear }: MessageQueueDrawerProps)
src/renderer/src/components/editors/ChatEditor/MessageQueueDrawer.tsx:20
FunctionMessagesSourceSelector
({ data, onChange, pageId }: MessagesSourceSelectorProps)
src/renderer/src/components/editors/ExportEditor/sources/MessagesSource.tsx:38
FunctionModelConfigPanel
()
src/renderer/src/components/editors/SettingsEditor/ModelConfigPanel.tsx:10
FunctionModelConfigSelector
({ value, onChange, onSelect, size = 'small', style, variant = 'borderless', disabled }: ModelCo
src/renderer/src/components/editors/ChatEditor/ModelConfigSelector.tsx:63
← previousnext →601–700 of 1,054, ranked by callers