MCPcopy Create free account

hub / github.com/CookSleep/gpt_image_playground / functions

Functions1,073 in github.com/CookSleep/gpt_image_playground

↓ 4 callersFunctiongetTimeoutStreamingHint
(profile?: TimeoutStreamingHintProfile | null)
src/store.ts:132
↓ 4 callersFunctionhandleDragEnd
()
src/components/favorites/FavoriteCollectionPickerModal.tsx:134
↓ 4 callersFunctionhandleDragEnd
()
src/components/favorites/ManageCollectionsModal.tsx:118
↓ 4 callersFunctionhasActualSizeParam
(params: Partial<TaskParams> | undefined)
src/store.ts:1998
↓ 4 callersFunctionimportDefaultConfigOnlyUrlSettings
()
src/lib/urlSettings.test.ts:15
↓ 4 callersFunctionimportFile
(data: ExportData)
src/store.test.ts:180
↓ 4 callersFunctionisNetworkRecoverableError
(err: unknown)
src/store.ts:1886
↓ 4 callersFunctionisRecordValue
(value: unknown)
src/lib/openaiCompatibleImageApi.ts:95
↓ 4 callersFunctionmaybeAppendStreamingHint
(message: string, status: number, streamImages?: boolean)
src/lib/imageApiShared.ts:100
↓ 4 callersFunctionnormalizeAgentInputDraft
(value: unknown, fallbackUpdatedAt = Date.now())
src/store.ts:993
↓ 4 callersFunctionnormalizeAgentMaxToolRounds
(value: unknown, fallback: number | undefined = DEFAULT_AGENT_MAX_TOOL_ROUNDS)
src/lib/apiProfiles.ts:73
↓ 4 callersFunctionnormalizeCustomProviderDefinition
(input: unknown, usedIds = new Set<string>())
src/lib/apiProfiles.ts:274
↓ 4 callersFunctionnormalizeStringArray
(value: unknown)
src/store.ts:397
↓ 4 callersFunctionnormalizeStringRecord
(value: unknown)
src/lib/apiProfiles.ts:122
↓ 4 callersFunctionopenDB
()
src/lib/db.ts:15
↓ 4 callersFunctionpublishWebSearchStatus
(event: Record<string, unknown>, status: string, actionType?: string)
src/lib/agentApi.ts:577
↓ 4 callersFunctionreadBody
(req)
scripts/mock-image-api.mjs:78
↓ 4 callersFunctionremapAgentRoundMentionsForPathChange
(content: string, oldPath: AgentRound[], newPath: AgentRound[])
src/store.ts:2736
↓ 4 callersFunctionremoveKeyedBackgroundFromPixels
( data: Uint8ClampedArray, width: number, height: number, keyColor: string, )
src/lib/transparentImage.ts:94
↓ 4 callersFunctionresolveDefaultFavoriteCollectionId
(collections: FavoriteCollection[], preferredId: unknown)
src/store.ts:630
↓ 4 callersFunctionresolveReferenceImages
(referenceIds: string[])
src/store.ts:4002
↓ 4 callersFunctionscheduleCustomRecovery
(taskId: string, delayMs = CUSTOM_RECOVERY_POLL_MS)
src/store.ts:1967
↓ 4 callersFunctionsendSse
(res, events, options = {})
scripts/mock-image-api.mjs:55
↓ 4 callersFunctionshowTaskCompletionNotification
(title: string, body: string)
src/store.ts:348
↓ 4 callersFunctionstopDragScroll
()
src/components/TaskGrid.tsx:121
↓ 4 callersFunctionstopDragScroll
()
src/hooks/useDragSelect.ts:102
↓ 4 callersFunctionupdateSelectionFromPoint
(pageX: number, pageY: number)
src/components/TaskGrid.tsx:80
↓ 3 callersFunctionaddAgentReferencedImageIds
(target: Set<string>, conversations = useStore.getState().agentConversations, inputDrafts = useStore.getState(
src/store.ts:2818
↓ 3 callersFunctionaddInputDraftReferencedImageIds
(target: Set<string>, draft: AgentInputDraft | null)
src/store.ts:2833
↓ 3 callersFunctionalphaImageData
(alphaValues: number[])
src/lib/mask.test.ts:14
↓ 3 callersFunctionappendAgentAssistantMessageContent
(conversationId: string, messageId: string, delta: string)
src/store.ts:2602
↓ 3 callersFunctionattachTaskToAgentRound
(taskId: string)
src/store.ts:3808
↓ 3 callersFunctionbuttonClass
(active: boolean)
src/components/SizePickerModal.tsx:162
↓ 3 callersFunctioncallFalAiImageApi
(opts: CallApiOptions, profile: ApiProfile)
src/lib/falAiImageApi.ts:195
↓ 3 callersFunctioncanvasToBlob
(canvas: HTMLCanvasElement, type = 'image/png', quality?: number)
src/lib/canvasImage.ts:37
↓ 3 callersFunctionclamp
(v: number, min: number, max: number)
src/components/Lightbox.tsx:17
↓ 3 callersFunctionclampByte
(value: number)
src/lib/transparentImage.ts:399
↓ 3 callersFunctioncleanStaleAgentInputDrafts
(drafts: Record<string, AgentInputDraft>, activeConversationId: string | null, now = Date.now())
src/store.ts:1027
↓ 3 callersFunctionclearAppliedUrlSettings
()
src/App.tsx:45
↓ 3 callersFunctionclearCustomRecoveryTimer
(taskId: string)
src/store.ts:1961
↓ 3 callersFunctionclearFalRecoveryTimer
(taskId: string)
src/store.ts:1946
↓ 3 callersFunctionclearOpenAIWatchdogTimer
(taskId: string)
src/store.ts:1734
↓ 3 callersFunctionconfirmRename
()
src/components/favorites/ManageCollectionsModal.tsx:240
↓ 3 callersFunctioncreateDefaultFavoriteCollection
(now = Date.now())
src/store.ts:581
↓ 3 callersFunctioncreateHeaders
(profile: ApiProfile)
src/lib/agentApi.ts:96
↓ 3 callersFunctioncreateRandomShape
(req, cors, index = 0)
scripts/mock-image-api.mjs:137
↓ 3 callersFunctiondataUrlToBlob
(dataUrl: string, fallbackType = 'image/png')
src/lib/canvasImage.ts:12
↓ 3 callersFunctiondataUrlToBytes
(dataUrl: string)
src/lib/dataUrl.ts:17
↓ 3 callersFunctiondeleteAgentRoundFromConversation
(conversation: AgentConversation, roundId: string, now = Date.now())
src/store.ts:2748
↓ 3 callersFunctionextractText
(payload: ResponsesApiResponse)
src/lib/agentApi.ts:419
↓ 3 callersFunctionfailRound
(error: string)
src/store.ts:3442
↓ 3 callersFunctionfetchImageUrlAsDataUrl
(url: string, fallbackMime: string, signal?: AbortSignal)
src/lib/imageApiShared.ts:126
↓ 3 callersFunctionfillWhiteMask
(canvas: HTMLCanvasElement)
src/components/MaskEditorModal.tsx:71
↓ 3 callersFunctionfindEquivalentApiProfile
( settings: Partial<AppSettings> | unknown, importedProfile: ApiProfile, importedProviders: CustomProvid
src/lib/apiProfiles.ts:793
↓ 3 callersFunctiongetAgentFunctionOutputCallIds
(output: ResponsesOutputItem[])
src/store.ts:3274
↓ 3 callersFunctiongetAgentRoundControllerKey
(conversationId: string, roundId: string)
src/store.ts:2479
↓ 3 callersFunctiongetAgentRoundTaskIds
(round: AgentRound, tasks: TaskRecord[])
src/store.ts:2796
↓ 3 callersFunctiongetBlobExtension
(blob: Blob)
src/lib/downloadImages.ts:127
↓ 3 callersFunctiongetCachedThumbnail
(id: string)
src/store.ts:163
↓ 3 callersFunctiongetComfortableInitialTransform
( imageViewportSize: Size, editorViewportSize: Size, isCompactLayout: boolean, )
src/lib/viewportTransform.ts:93
↓ 3 callersFunctiongetContentEditableBoundaryOffset
( root: HTMLElement, container: Node, offset: number, edge: 'start' | 'end', collapsed: boolean, )
src/components/InputBar.tsx:78
↓ 3 callersFunctiongetCustomProviderConfigUrl
(defaultApiUrl = DEFAULT_API_URL)
src/lib/customProviderConfigUrl.ts:21
↓ 3 callersFunctiongetDefaultStreamImages
(provider: ApiProvider, apiMode: ApiMode)
src/lib/apiProfiles.ts:67
↓ 3 callersFunctiongetErrorToastMessage
(message: string)
src/store.ts:101
↓ 3 callersFunctiongetImageSizeParam
(size: { width?: number; height?: number } | undefined)
src/store.ts:1993
↓ 3 callersFunctiongetImageUrl
(req, cors, index = 0)
scripts/mock-image-api.mjs:133
↓ 3 callersFunctiongetKeyChannelMix
(red: number, green: number, blue: number, keyRgb: Rgb)
src/lib/transparentImage.ts:348
↓ 3 callersFunctiongetNumberValue
(source: Record<string, unknown>, key: string)
src/lib/openaiCompatibleImageApi.ts:108
↓ 3 callersFunctiongetPersistableAgentConversations
(conversations: AgentConversation[])
src/store.ts:537
↓ 3 callersFunctiongetSafeBoundingClientRect
(element: Element | null | undefined)
src/lib/domRect.ts:1
↓ 3 callersFunctiongetStoredImageThumbnail
(id: string)
src/lib/db.ts:108
↓ 3 callersFunctiongetStreamPartialImages
(profile: ApiProfile)
src/lib/openaiCompatibleImageApi.ts:25
↓ 3 callersFunctiongetStreamResponsePayload
(event: Record<string, unknown>)
src/lib/agentApi.ts:528
↓ 3 callersFunctiongetTransparentRequestParams
(params: TaskParams)
src/lib/transparentImage.ts:29
↓ 3 callersFunctiongetViewportCenterCanvasPoint
()
src/components/MaskEditorModal.tsx:358
↓ 3 callersFunctiongetVisibleOffsetBeforeNode
(root: HTMLElement, target: Node)
src/components/InputBar.tsx:34
↓ 3 callersFunctionhandleCopyMessage
(content: string, successMessage = '提示词已复制', failureMessage = '复制提示词失败')
src/components/AgentWorkspace.tsx:767
↓ 3 callersFunctionhideImageHint
()
src/components/InputBar.tsx:1040
↓ 3 callersFunctionimageDataUrlToPngBlob
(dataUrl: string)
src/lib/canvasImage.ts:18
↓ 3 callersFunctioninsertTextMentionAtVisibleRange
(prompt: string, start: number, cursor: number, text: string)
src/lib/promptImageMentions.ts:84
↓ 3 callersFunctionisAgentTextApiProfile
(profile: ApiProfile)
src/lib/apiProfiles.ts:110
↓ 3 callersFunctionisApiProxyAvailable
(proxyConfig: DevProxyConfig | null = readClientDevProxyConfig())
src/lib/devProxy.ts:89
↓ 3 callersFunctionisDefaultConfigOnlyEnabled
()
src/lib/apiProfiles.ts:80
↓ 3 callersFunctionisOpenAICompatibleProvider
(settings: Partial<AppSettings> | unknown, provider: ApiProvider)
src/lib/apiProfiles.ts:595
↓ 3 callersFunctionisProfileApiProxyEligible
(settings: AppSettings, profile: ApiProfile)
src/components/SettingsModal.tsx:205
↓ 3 callersFunctionisRunningOpenAITask
(task: TaskRecord)
src/store.ts:1703
↓ 3 callersFunctionisTagScrollTarget
(target: EventTarget | null)
src/components/TaskCard.tsx:129
↓ 3 callersFunctionmapActualParamsByImage
(outputIds: string[], paramsList: Array<Partial<TaskParams> | undefined> | undefined)
src/store.ts:1984
↓ 3 callersFunctionmarkAgentRoundStopped
(conversationId: string, roundId: string)
src/store.ts:2556
↓ 3 callersFunctionmergeResponseOutputItems
(previous: ResponsesOutputItem[], next: ResponsesOutputItem[])
src/store.ts:3172
↓ 3 callersFunctionnewId
(prefix: string)
src/components/SettingsModal.tsx:41
↓ 3 callersFunctionnormalizeFavoriteCollectionName
(value: string)
src/store.ts:577
↓ 3 callersFunctionparseResponsesImageResults
(payload: ResponsesApiResponse, fallbackMime: string)
src/lib/openaiCompatibleImageApi.ts:241
↓ 3 callersFunctionregenerateAgentAssistantMessage
(conversationId: string, roundId: string)
src/store.ts:3665
↓ 3 callersFunctionrenameFavoriteCollection
(collectionId: string, name: string)
src/store.ts:4977
↓ 3 callersFunctionreplaceMaskTargetImage
( inputImages: InputImage[], targetImageId: string, workingImage: InputImage, )
src/lib/maskPreprocess.ts:83
↓ 3 callersFunctionreplaceStoredAgentConversations
(conversations: AgentConversation[])
src/store.ts:702
↓ 3 callersFunctionresetImageDrag
()
src/components/InputBar.tsx:1573
↓ 3 callersFunctionresolveImageSizeParamsList
( images: string[], preferred?: Array<Partial<TaskParams> | undefined>, sizes?: Array<{ width?: number;
src/store.ts:2044
↓ 3 callersFunctionresolveTemplateValue
(value: unknown, context: Record<string, unknown>)
src/lib/openaiCompatibleImageApi.ts:724
← previousnext →201–300 of 1,073, ranked by callers