MCPcopy Create free account

hub / github.com/CookSleep/gpt_image_playground / functions

Functions1,073 in github.com/CookSleep/gpt_image_playground

↓ 1 callersFunctionappendAgentRecoveredToolOutputs
(conversationId: string, roundId: string, additions: ResponsesOutputItem[])
src/store.ts:3384
↓ 1 callersFunctionappendAgentStoppedMessage
(content: string)
src/store.ts:2497
↓ 1 callersFunctionappendStreamingUnsupportedHint
(message: string)
src/lib/imageApiShared.ts:91
↓ 1 callersFunctionapplyThumbnail
(thumbnail: { dataUrl: string; width?: number; height?: number })
src/components/TaskCard.tsx:258
↓ 1 callersFunctionapplyUrlCitations
(text: string, annotations: ResponseTextAnnotation[] | undefined)
src/lib/agentApi.ts:261
↓ 1 callersFunctionbuildAgentApiInput
(conversation: AgentConversation, currentRound: AgentRound, tasks: TaskRecord[])
src/store.ts:3230
↓ 1 callersFunctionbuildBackgroundMask
(data: Uint8ClampedArray, width: number, height: number, keyRgb: Rgb)
src/lib/transparentImage.ts:107
↓ 1 callersFunctionbuildConnectedBackgroundMask
(data: Uint8ClampedArray, width: number, height: number, keyRgb: Rgb)
src/lib/transparentImage.ts:113
↓ 1 callersFunctionbuildCustomProviderFromForm
()
src/components/SettingsModal.tsx:1024
↓ 1 callersFunctionbuildDefaultConfigOnlySettingsFromUrlParams
* 仅展示默认配置模式:从 URL 参数中提取可覆盖的字段,patch 到当前活跃配置上。 * 不新建配置、不导入自定义服务商、不切换 provider。
src/lib/urlSettings.ts:83
↓ 1 callersFunctionbuildTaskPath
(path: string, taskId: string)
src/lib/openaiCompatibleImageApi.ts:718
↓ 1 callersFunctioncallBatchImageSingle
(opts: { profile: ApiProfile params: TaskParams batchItemId: string prompt: string referenceImageDat
src/lib/agentApi.ts:825
↓ 1 callersFunctioncallCustomHttpImageApi
(opts: CallApiOptions, profile: ApiProfile, customProvider: CustomProviderDefinition)
src/lib/openaiCompatibleImageApi.ts:950
↓ 1 callersFunctioncallImagesApi
(opts: CallApiOptions, profile: ApiProfile)
src/lib/openaiCompatibleImageApi.ts:490
↓ 1 callersFunctioncallImagesApiConcurrent
(opts: CallApiOptions, profile: ApiProfile, n: number)
src/lib/openaiCompatibleImageApi.ts:499
↓ 1 callersFunctioncallOpenAICompatibleImageApi
(opts: CallApiOptions, profile: ApiProfile, customProvider?: CustomProviderDefinition | null)
src/lib/openaiCompatibleImageApi.ts:480
↓ 1 callersFunctioncallResponsesImageApi
(opts: CallApiOptions, profile: ApiProfile)
src/lib/openaiCompatibleImageApi.ts:988
↓ 1 callersFunctioncanScrollElement
(element: HTMLElement, delta: ScrollDelta)
src/hooks/usePreventBackgroundScroll.ts:41
↓ 1 callersFunctioncancelActiveStroke
()
src/components/MaskEditorModal.tsx:215
↓ 1 callersFunctionclearConversationLongPressTimer
()
src/components/AgentWorkspace.tsx:623
↓ 1 callersFunctionclearData
(options: ClearOptions = { clearConfig: true, clearTasks: true })
src/store.ts:5315
↓ 1 callersFunctionclearDuplicateProfileTooltipTimer
()
src/components/SettingsModal.tsx:528
↓ 1 callersFunctionclearHintTimer
()
src/components/SizePickerModal.tsx:143
↓ 1 callersFunctionclearLlmPromptTooltipTimer
()
src/components/SettingsModal.tsx:535
↓ 1 callersFunctionclearMaskInfoTimer
()
src/components/MaskEditorModal.tsx:163
↓ 1 callersFunctionclearProfileImportUrlTooltipTimer
()
src/components/SettingsModal.tsx:521
↓ 1 callersFunctionclearTextSelection
()
src/components/DetailModal.tsx:57
↓ 1 callersFunctionclearTouchTimer
()
src/lib/paramDisplay.tsx:31
↓ 1 callersFunctioncollectWebSearchCalls
(output: ResponsesOutputItem[] | undefined)
src/lib/agentWebSearch.ts:35
↓ 1 callersFunctioncompareVersions
(a: string, b: string)
src/hooks/useVersionCheck.ts:6
↓ 1 callersFunctioncompleteRecoveredCustomTask
(task: TaskRecord, result: Awaited<ReturnType<typeof getCustomQueuedImageResult>>)
src/store.ts:5345
↓ 1 callersFunctioncompleteRecoveredFalTask
(task: TaskRecord, result: Awaited<ReturnType<typeof getFalQueuedImageResult>>)
src/store.ts:2063
↓ 1 callersFunctioncomputeDistanceToBackground
(mask: Uint8Array, width: number, height: number, maxDistance: number)
src/lib/transparentImage.ts:274
↓ 1 callersFunctionconfirmDeleteCustomProvider
(provider: CustomProviderDefinition)
src/components/SettingsModal.tsx:1081
↓ 1 callersFunctionconfirmRename
()
src/components/favorites/FavoriteCollectionsView.tsx:70
↓ 1 callersFunctioncopyTextWithExecCommand
(text: string)
src/lib/clipboard.ts:46
↓ 1 callersFunctioncreateAgentContinuationInputItem
(newImageRefs: string[], toolCallsUsed: number, maxToolCalls: number)
src/store.ts:3186
↓ 1 callersFunctioncreateAgentConversation
(now = Date.now())
src/store.ts:637
↓ 1 callersFunctioncreateAgentConversationTitle
(prompt: string, fallbackTitle: string)
src/store.ts:649
↓ 1 callersFunctioncreateAgentGeneratedImagesInputItem
(round: AgentRound, tasks: TaskRecord[])
src/store.ts:2959
↓ 1 callersFunctioncreateAgentInstructions
(settings: AppSettings)
src/lib/agentApi.ts:60
↓ 1 callersFunctioncreateAgentRecoveredToolOutputs
(round: AgentRound, tasks: TaskRecord[])
src/store.ts:3280
↓ 1 callersFunctioncreateAgentTools
(params: TaskParams, profile: ApiProfile, settings: AppSettings, maskDataUrl?: string)
src/lib/agentApi.ts:159
↓ 1 callersFunctioncreateAgentUserInputItem
(conversation: AgentConversation, round: AgentRound, message: AgentMessage, tasks: TaskRecord[])
src/store.ts:2943
↓ 1 callersFunctioncreateCustomMultipartBody
(mapping: CustomProviderSubmitMapping, opts: CallApiOptions, context: Record<string, unknown>)
src/lib/openaiCompatibleImageApi.ts:764
↓ 1 callersFunctioncreateCustomProviderContext
(opts: CallApiOptions, profile: ApiProfile)
src/lib/openaiCompatibleImageApi.ts:740
↓ 1 callersFunctioncreateCustomProviderId
(name: string, usedIds: Set<string>)
src/lib/apiProfiles.ts:262
↓ 1 callersFunctioncreateFalRequestInput
(opts: CallApiOptions)
src/lib/falAiImageApi.ts:49
↓ 1 callersFunctioncreateGenerateImageFunctionTool
()
src/lib/agentApi.ts:131
↓ 1 callersFunctioncreateImageThumbnail
(dataUrl: string)
src/lib/db.ts:303
↓ 1 callersFunctioncreateImageTool
(params: TaskParams, profile: ApiProfile, maskDataUrl?: string)
src/lib/agentApi.ts:103
↓ 1 callersFunctioncreateImagesStreamEvents
(req, mode, n, isEdit)
scripts/mock-image-api.mjs:199
↓ 1 callersFunctioncreateImportedProfileId
(provider: ApiProvider, usedIds: Set<string>)
src/lib/apiProfiles.ts:711
↓ 1 callersFunctioncreateNewProfile
()
src/components/SettingsModal.tsx:788
↓ 1 callersFunctioncreateOpenAICompatiblePaths
()
src/lib/openaiCompatibleImageApi.ts:36
↓ 1 callersFunctioncreateOpenAITimeoutError
(timeoutSeconds: number, profile?: TimeoutStreamingHintProfile | null)
src/store.ts:140
↓ 1 callersFunctioncreateProfileImportUrl
(profile: ApiProfile, options: CopyImportUrlOptions)
src/components/SettingsModal.tsx:589
↓ 1 callersFunctioncreateReadyAgentRecoveredToolState
(round: AgentRound, tasks: TaskRecord[])
src/store.ts:3358
↓ 1 callersFunctioncreateResponse
()
src/lib/agentApi.test.ts:273
↓ 1 callersFunctioncreateResponsesImageTool
( params: TaskParams, isEdit: boolean, profile: ApiProfile, maskDataUrl?: string, )
src/lib/openaiCompatibleImageApi.ts:188
↓ 1 callersFunctioncreateResponsesInput
(prompt: string, inputImageDataUrls: string[], allowPromptRewrite: boolean)
src/lib/openaiCompatibleImageApi.ts:223
↓ 1 callersFunctioncreateResponsesStreamEvents
(mode)
scripts/mock-image-api.mjs:267
↓ 1 callersFunctioncreateUrlProfileId
(usedIds: Set<string>)
src/lib/urlSettings.ts:29
↓ 1 callersFunctioncustomProviderFormToInput
(form: CustomProviderForm)
src/components/SettingsModal.tsx:169
↓ 1 callersFunctiondecodeXmlText
(text: string)
src/lib/agentApi.ts:434
↓ 1 callersFunctiondedupeApiProfiles
(profiles: ApiProfile[])
src/lib/apiProfiles.ts:750
↓ 1 callersFunctiondelay
(ms: number)
src/components/InputBar.tsx:336
↓ 1 callersFunctiondelay
(ms: number)
src/lib/downloadImages.ts:131
↓ 1 callersFunctiondeleteCustomProvider
(provider: CustomProviderDefinition)
src/components/SettingsModal.tsx:1089
↓ 1 callersFunctiondeleteProfile
(id: string)
src/components/SettingsModal.tsx:973
↓ 1 callersFunctiondrawAt
(point: Point, nextTool = tool)
src/components/MaskEditorModal.tsx:390
↓ 1 callersFunctiondrawMaskImageToCanvas
(maskImage: HTMLImageElement, maskCanvas: HTMLCanvasElement)
src/components/MaskEditorModal.tsx:80
↓ 1 callersFunctiondrawStroke
(from: Point, to: Point, nextTool = tool)
src/components/MaskEditorModal.tsx:405
↓ 1 callersFunctionensureDefaultNamedCollection
确保"默认"收藏夹存在(用于兜底孤立收藏任务)
src/store.ts:619
↓ 1 callersFunctionensureListener
()
src/hooks/useCloseOnEscape.ts:20
↓ 1 callersFunctionescapeMarkdownLinkLabel
(text: string)
src/lib/agentApi.ts:255
↓ 1 callersFunctioneventToImageResponseItem
(event: Record<string, unknown>)
src/lib/openaiCompatibleImageApi.ts:345
↓ 1 callersFunctionexecuteBatchFunctionCall
(functionCallItem: ResponsesOutputItem)
src/store.ts:4155
↓ 1 callersFunctionexecuteSingleImageFunctionCall
(functionCallItem: ResponsesOutputItem)
src/store.ts:4099
↓ 1 callersFunctionexportData
(options: ExportOptions = { exportConfig: true, exportTasks: true })
src/store.ts:5412
↓ 1 callersFunctionfailOpenAITaskIfStillRunning
(taskId: string, error: string, now = Date.now())
src/store.ts:1740
↓ 1 callersFunctionfileToDataUrl
(file: File)
src/lib/dataUrl.ts:36
↓ 1 callersFunctionfilterAgentRoundResponseOutputForInput
(_round: AgentRound, _tasks: TaskRecord[], output: ResponsesOutputItem[])
src/store.ts:3065
↓ 1 callersFunctionfindPresetForSize
(size: string)
src/components/SizePickerModal.tsx:34
↓ 1 callersFunctionformatDetailTime
(value: number)
src/components/HistoryModal.tsx:64
↓ 1 callersFunctionformatTime
(value: number)
src/components/HistoryModal.tsx:50
↓ 1 callersFunctionformatTime
(value: number)
src/components/AgentWorkspace.tsx:78
↓ 1 callersFunctionformatTime
(ts: number | null)
src/components/DetailModal.tsx:274
↓ 1 callersFunctiongenerateAgentConversationTitle
( conversationId: string, prompt: string, inputImageIds: string[], requestSettings: AppSettings, act
src/store.ts:2615
↓ 1 callersFunctiongetAbortedSignal
(signals: Array<AbortSignal | undefined>)
src/lib/agentApi.ts:347
↓ 1 callersFunctiongetActiveAgentConversation
()
src/store.ts:2462
↓ 1 callersFunctiongetAgentAssistantBlocks
(round: AgentRound | null, taskSlots: AgentRoundTaskSlot[], allTasks: TaskRecord[], hasText: boolean)
src/components/AgentWorkspace.tsx:148
↓ 1 callersFunctiongetAgentAssistantCopyContent
(fallbackContent: string, blocks: AgentAssistantBlock[])
src/components/AgentWorkspace.tsx:232
↓ 1 callersFunctiongetAgentBranchLeafId
(conversation: AgentConversation, roundId: string)
src/store.ts:2788
↓ 1 callersFunctiongetAgentRecoveredFailureError
(round: AgentRound, tasks: TaskRecord[])
src/store.ts:3417
↓ 1 callersFunctiongetAgentRecoveredToolCallCount
(output: ResponsesOutputItem[], tasks: TaskRecord[])
src/store.ts:3400
↓ 1 callersFunctiongetAgentRemovedReferenceTag
(referenceId: string)
src/lib/agentImageReferences.ts:19
↓ 1 callersFunctiongetAgentRoundOutputItems
(round: AgentRound | null, tasks: TaskRecord[])
src/lib/agentWebSearch.ts:56
↓ 1 callersFunctiongetAgentRoundResponseOutput
(round: AgentRound, tasks: TaskRecord[])
src/store.ts:3218
↓ 1 callersFunctiongetAllImageIds
()
src/lib/db.ts:169
← previousnext →501–600 of 1,073, ranked by callers