MCPcopy Create free account

hub / github.com/CookSleep/gpt_image_playground / functions

Functions1,073 in github.com/CookSleep/gpt_image_playground

↓ 1 callersFunctionscheduleSwipeOffset
(offset: number)
src/components/TaskCard.tsx:119
↓ 1 callersFunctionscheduleSwipeOffset
(offset: number)
src/components/favorites/FavoriteCollectionOverviewCard.tsx:107
↓ 1 callersFunctionscrubAgentConversationsForDeletedTasks
(conversations: AgentConversation[], deletedTasks: TaskRecord[])
src/store.ts:3094
↓ 1 callersFunctionscrubTaskRawResponsePayloadForDeletedTasks
(task: TaskRecord, conversations: AgentConversation[], deletedTasks: TaskRecord[])
src/store.ts:3110
↓ 1 callersFunctionsetContentEditableSelection
(el: HTMLElement, start: number, end: number)
src/components/InputBar.tsx:265
↓ 1 callersFunctionshowBrowserNotification
(title: string, options?: NotificationOptions)
src/lib/browserNotification.ts:40
↓ 1 callersFunctionshowImageHint
(id: string)
src/components/InputBar.tsx:1038
↓ 1 callersFunctionshowNotificationPermissionMessage
(result: Exclude<BrowserNotificationPermissionResult, { ok: true }>)
src/components/SettingsModal.tsx:720
↓ 1 callersFunctionshowSupportPromptForExistingLocalData
(tasks: TaskRecord[])
src/store.ts:370
↓ 1 callersFunctionskipSupportPromptForImportedData
(tasks: TaskRecord[])
src/store.ts:358
↓ 1 callersFunctionsleep
(ms: number, signal: AbortSignal)
src/lib/openaiCompatibleImageApi.ts:686
↓ 1 callersFunctionstartRename
(e: React.MouseEvent, id: string, currentTitle: string)
src/components/HistoryModal.tsx:140
↓ 1 callersFunctionstartRename
(e: React.MouseEvent, collection: FavoriteCollection)
src/components/favorites/FavoriteCollectionPickerModal.tsx:249
↓ 1 callersFunctionstartRenameConversation
(e: ReactMouseEvent | React.TouchEvent, id: string, currentTitle: string)
src/components/AgentWorkspace.tsx:586
↓ 1 callersFunctionstartThumbnailBackfill
(id: string)
src/store.ts:306
↓ 1 callersFunctionstripMarkdownCodeFence
(text: string)
src/lib/apiProfiles.ts:604
↓ 1 callersFunctionstripPersistedAgentConversations
(value: unknown)
src/store.ts:550
↓ 1 callersFunctionsubmitCustomRequest
(mapping: CustomProviderSubmitMapping, opts: CallApiOptions, profile: ApiProfile, controller: AbortController,
src/lib/openaiCompatibleImageApi.ts:840
↓ 1 callersFunctionswitchProfile
(id: string)
src/components/SettingsModal.tsx:828
↓ 1 callersFunctiontoggleTaskCompletionNotification
()
src/components/SettingsModal.tsx:732
↓ 1 callersFunctionupdateAgentApiConfigMode
(mode: AgentApiConfigMode)
src/components/SettingsModal.tsx:801
↓ 1 callersFunctionupdateCustomProviderForm
(patch: Partial<CustomProviderForm>)
src/components/SettingsModal.tsx:1019
↓ 1 callersFunctionupdateMenuMaxHeight
()
src/components/Select.tsx:115
↓ 1 callersFunctionupdatePinchGesture
()
src/components/MaskEditorModal.tsx:242
↓ 1 callersFunctionupdatePosition
()
src/components/ViewportTooltip.tsx:70
↓ 1 callersFunctionupdateTasksFavoriteCollections
(taskIds: string[], collectionIds: string[])
src/store.ts:4991
↓ 1 callersFunctionuseDockerApiUrlMigrationNotice
()
src/hooks/useDockerApiUrlMigrationNotice.ts:7
↓ 1 callersFunctionuseDragSelect
({ containerSelector, itemSelector, getItemId, onSelectionChange, initialSelectedIds = [], onSuppr
src/hooks/useDragSelect.ts:12
↓ 1 callersFunctionuseFavoriteCollectionTitle
()
src/components/favorites/useFavoriteCollectionTitle.ts:3
↓ 1 callersFunctionuseGlobalClickSuppression
()
src/lib/clickSuppression.ts:9
↓ 1 callersFunctionuseIsMobile
()
src/components/HelpModal.tsx:13
↓ 1 callersFunctionuseIsMobile
()
src/components/InputBar.tsx:340
↓ 1 callersFunctionuseVersionCheck
()
src/hooks/useVersionCheck.ts:30
↓ 1 callersFunctionusesConcurrentOpenAIImageRequests
(profile: ApiProfile, params: TaskParams)
src/store.ts:1769
↓ 1 callersFunctionvalidateImportedProfileRecord
(input: unknown)
src/lib/apiProfiles.ts:493
↓ 1 callersFunctionvisit
(parentRoundId: string | null, depth: number)
src/store.ts:2720
↓ 1 callersFunctionwalk
(node: Node)
src/components/InputBar.tsx:38
↓ 1 callersFunctionwriteImageBlobToClipboard
(blob: Blob)
src/lib/clipboard.ts:67
↓ 1 callersFunctionwriteTransparentPixels
( data: Uint8ClampedArray, mask: Uint8Array, width: number, height: number, keyRgb: Rgb, )
src/lib/transparentImage.ts:223
FunctionActualValueBadge
({ value, className = '', variant = 'highlight' }: ActualValueBadgeProps)
src/lib/paramDisplay.tsx:20
FunctionAgentSettingsTab
({ draft, agentMaxToolRoundsInput, agentTextProfileOptions, agentImageProfileOptions, selectedAgentT
src/components/settings/AgentSettingsTab.tsx:28
FunctionAgentStreamingCursor
()
src/components/AgentWorkspace.tsx:67
FunctionAgentWebSearchInlineStatus
({ status }: { status: AgentWebSearchStatus })
src/components/AgentWorkspace.tsx:82
FunctionAgentWebSearchStatusLines
({ statuses }: { statuses: AgentWebSearchStatus[] })
src/components/AgentWorkspace.tsx:90
FunctionAgentWorkspace
()
src/components/AgentWorkspace.tsx:273
FunctionApp
()
src/App.tsx:27
FunctionArrowDownIcon
(props: SVGProps<SVGSVGElement>)
src/components/icons.tsx:43
FunctionAtImageOptionThumb
({ option }: { option: AtImageOption })
src/components/InputBar.tsx:361
FunctionBatchActionButton
({ tooltip, className, onClick, children, }: { tooltip: string className: string onClick: () =>
src/components/input/inputBatchBars.tsx:7
FunctionButtonTooltip
({ visible, text }: { visible: boolean; text: ReactNode })
src/components/input/buttonTooltip.tsx:6
FunctionChatImageThumb
({ imageId, imageIndex, maskImageId }: { imageId: string; imageIndex: number; maskImageId?: string | null })
src/components/AgentWorkspace.tsx:14
FunctionCheckbox
({ checked, onChange, label, tone = 'primary', className, ...props }: CheckboxProps)
src/components/Checkbox.tsx:10
FunctionChevronDownIcon
(props: SVGProps<SVGSVGElement>)
src/components/icons.tsx:35
FunctionChevronLeftIcon
(props: SVGProps<SVGSVGElement>)
src/components/icons.tsx:52
FunctionChevronRightIcon
(props: SVGProps<SVGSVGElement>)
src/components/icons.tsx:60
FunctionCloseIcon
(props: SVGProps<SVGSVGElement>)
src/components/icons.tsx:27
FunctionCodeIcon
(props: SVGProps<SVGSVGElement>)
src/components/icons.tsx:108
FunctionCollectionManageIcon
(props: SVGProps<SVGSVGElement>)
src/components/icons.tsx:203
FunctionConfirmDialog
()
src/components/ConfirmDialog.tsx:47
FunctionCopyIcon
(props: SVGProps<SVGSVGElement>)
src/components/icons.tsx:3
FunctionCoverThumbnail
({ task }: { task?: TaskRecord })
src/components/favorites/FavoriteCollectionOverviewCard.tsx:16
FunctionDetailModal
()
src/components/DetailModal.tsx:18
FunctionDetailParamValue
({ task, paramKey, className = '', actualParams }: ParamValueProps)
src/lib/paramDisplay.tsx:86
FunctionDownloadIcon
(props: SVGProps<SVGSVGElement>)
src/components/icons.tsx:84
FunctionDragHandleIcon
(props: SVGProps<SVGSVGElement>)
src/components/icons.tsx:148
FunctionDragUploadOverlay
({ visible, atImageLimit, maxImages, }: { visible: boolean atImageLimit: boolean maxImages: number
src/components/input/dragUploadOverlay.tsx:1
FunctionEditIcon
(props: SVGProps<SVGSVGElement>)
src/components/icons.tsx:92
FunctionExportIcon
(props: SVGProps<SVGSVGElement>)
src/components/icons.tsx:68
FunctionFavoriteCollectionOverviewCard
({ card, coverTask, isVirtualAll, isDefault, canDelete, isSelected, editingId, editingName,
src/components/favorites/FavoriteCollectionOverviewCard.tsx:45
FunctionFavoriteCollectionPickerModal
()
src/components/favorites/FavoriteCollectionPickerModal.tsx:19
FunctionFavoriteCollectionsView
()
src/components/favorites/FavoriteCollectionsView.tsx:14
FunctionFavoriteIcon
({ filled, ...props }: SVGProps<SVGSVGElement> & { filled?: boolean })
src/components/icons.tsx:140
FunctionFolderIcon
(props: SVGProps<SVGSVGElement>)
src/components/favorites/FavoriteCollectionOverviewCard.tsx:8
FunctionGeneralSettingsTab
({ draft, zipDownloadRouteSummary, commitSettings, onOpenZipDownloadRouteManager, toggleTaskCompleti
src/components/settings/GeneralSettingsTab.tsx:12
FunctionGithubIcon
(props: SVGProps<SVGSVGElement>)
src/components/icons.tsx:124
FunctionHeader
()
src/components/Header.tsx:22
FunctionHelpCircleIcon
(props: SVGProps<SVGSVGElement>)
src/components/icons.tsx:174
FunctionHelpModal
({ appMode, isFavoriteCollectionOverview = false, onClose }: HelpModalProps)
src/components/HelpModal.tsx:23
FunctionHistoryActionButton
({ tooltip, className, disabled = false, onClick, onMouseDown, children, }: { tooltip: string
src/components/HistoryModal.tsx:8
FunctionHistoryIcon
(props: SVGProps<SVGSVGElement>)
src/components/icons.tsx:156
FunctionHistoryModal
({ onClose, ignoreOutsideClickRef }: HistoryModalProps)
src/components/HistoryModal.tsx:92
FunctionImageContextMenu
()
src/components/ImageContextMenu.tsx:8
FunctionImportIcon
(props: SVGProps<SVGSVGElement>)
src/components/icons.tsx:76
FunctionInputBar
()
src/components/InputBar.tsx:387
FunctionInputBatchBars
({ showFavoriteCollectionBatchBar, showTaskBatchBar, selectedTaskIds, tasks, clearFavoriteCollection
src/components/input/inputBatchBars.tsx:40
FunctionInputParamsPanel
({ cols, params, setParams, activeProfile, isFalProvider, isFalTextToImage, displaySize, quali
src/components/input/inputParamsPanel.tsx:14
FunctionInstallIcon
(props: SVGProps<SVGSVGElement>)
src/components/icons.tsx:164
FunctionLightbox
()
src/components/Lightbox.tsx:21
FunctionLightboxInner
内部组件:保证挂载时 DOM 已经存在,所有 ref / effect 都可靠
src/components/Lightbox.tsx:174
FunctionLinkIcon
(props: SVGProps<SVGSVGElement>)
src/components/icons.tsx:116
FunctionManageCollectionsModal
()
src/components/favorites/ManageCollectionsModal.tsx:16
FunctionMaskEditorModal
()
src/components/MaskEditorModal.tsx:95
FunctionPlainTextMarkdown
({ content, className = '' }: MarkdownRendererProps)
src/components/MarkdownRenderer.tsx:148
FunctionPlusIcon
(props: SVGProps<SVGSVGElement>)
src/components/icons.tsx:19
FunctionRefreshIcon
(props: SVGProps<SVGSVGElement>)
src/components/icons.tsx:100
FunctionSearchActionButton
({ tooltip, className, disabled = false, onClick, children, }: { tooltip: string className: stri
src/components/SearchBar.tsx:8
FunctionSearchBar
()
src/components/SearchBar.tsx:45
FunctionSelect
({ value, onChange, onReorder, options, disabled, className, onOpenChange }: SelectProps)
src/components/Select.tsx:30
FunctionSettingsIcon
(props: SVGProps<SVGSVGElement>)
src/components/icons.tsx:184
FunctionSettingsModal
()
src/components/SettingsModal.tsx:298
← previousnext →801–900 of 1,073, ranked by callers