MCPcopy Create free account

hub / github.com/CookSleep/gpt_image_playground / functions

Functions1,073 in github.com/CookSleep/gpt_image_playground

↓ 2 callersFunctiongetLatestAgentLeafId
(conversation: AgentConversation, startRoundId: string | null = null)
src/store.ts:2678
↓ 2 callersFunctiongetMentionTagHtml
(text: string)
src/components/InputBar.tsx:190
↓ 2 callersFunctiongetNodeVisibleTextLength
(node: Node)
src/components/InputBar.tsx:26
↓ 2 callersFunctiongetNotificationConstructor
()
src/lib/browserNotification.ts:9
↓ 2 callersFunctiongetNumberedFileNameBase
(fileNameBase: string, index: number, total: number)
src/lib/exportFileName.ts:6
↓ 2 callersFunctiongetOriginalImageSrc
()
src/components/ImageContextMenu.tsx:84
↓ 2 callersFunctiongetPersistableResponseOutputItem
(item: ResponsesOutputItem)
src/store.ts:519
↓ 2 callersFunctiongetPinchTransform
(input: { startTransform: ViewTransform startCentroid: Point nextCentroid: Point startDistance: number
src/lib/viewportTransform.ts:64
↓ 2 callersFunctiongetProfileDedupKey
(profile: Pick<AppSettings['profiles'][number], 'provider' | 'baseUrl' | 'apiKey' | 'model' | 'apiMode' | 'cod
src/lib/urlSettings.ts:16
↓ 2 callersFunctiongetRequestedN
(url, body)
scripts/mock-image-api.mjs:116
↓ 2 callersFunctiongetResponsesImageResultBase64
(result: ResponsesOutputItem['result'])
src/lib/openaiCompatibleImageApi.ts:277
↓ 2 callersFunctiongetRoundTasks
(round: AgentRound | null, tasks: TaskRecord[])
src/components/AgentWorkspace.tsx:252
↓ 2 callersFunctiongetTaskOutputImageZipEntries
(tasks: TaskOutputZipTask[])
src/lib/downloadImages.ts:92
↓ 2 callersFunctiongetUrlSettingsPayload
(searchParams: URLSearchParams)
src/lib/urlSettings.ts:46
↓ 2 callersFunctiongoNext
()
src/components/Lightbox.tsx:684
↓ 2 callersFunctiongoPrev
()
src/components/Lightbox.tsx:683
↓ 2 callersFunctionhandleDelete
(e: React.MouseEvent, collection: { id: string, name: string })
src/components/favorites/ManageCollectionsModal.tsx:257
↓ 2 callersFunctionhandleDeleteMessage
(message: AgentMessage, round: AgentRound)
src/components/AgentWorkspace.tsx:656
↓ 2 callersFunctionhandleProfileDragEnd
()
src/components/SettingsModal.tsx:868
↓ 2 callersFunctionhandleSetDefault
(e: React.MouseEvent, collection: { id: string, name: string })
src/components/favorites/ManageCollectionsModal.tsx:278
↓ 2 callersFunctionhandleSwitchBranch
(round: AgentRound, direction: -1 | 1)
src/components/AgentWorkspace.tsx:541
↓ 2 callersFunctionhasActualParams
(params: Partial<TaskParams> | undefined)
src/store.ts:1976
↓ 2 callersFunctionhasUrlSettingParams
(searchParams: URLSearchParams)
src/lib/urlSettings.ts:149
↓ 2 callersFunctionhideLockedImageHint
()
src/components/InputBar.tsx:1046
↓ 2 callersFunctionimportCustomProviderDefinitionFromJson
(jsonText: string, existingProviders: CustomProviderDefinition[] = [])
src/lib/apiProfiles.ts:654
↓ 2 callersFunctioninsertImageMention
(prompt: string, start: number, cursor: number, imageIndex: number)
src/lib/promptImageMentions.ts:70
↓ 2 callersFunctioninsertImageMentionAtVisibleRange
(prompt: string, start: number, cursor: number, imageIndex: number)
src/lib/promptImageMentions.ts:80
↓ 2 callersFunctionisAgentRecoveryPauseError
(err: unknown)
src/store.ts:2493
↓ 2 callersFunctionisAgentTaskPromptPending
(task: TaskRecord)
src/lib/taskPromptDisplay.ts:3
↓ 2 callersFunctionisApiProxyLocked
(proxyConfig: DevProxyConfig | null = readClientDevProxyConfig())
src/lib/devProxy.ts:93
↓ 2 callersFunctionisAsyncCustomProvider
(provider: CustomProviderDefinition | null | undefined)
src/components/SettingsModal.tsx:201
↓ 2 callersFunctionisClipboardTypeSupported
(type: string)
src/lib/clipboard.ts:92
↓ 2 callersFunctionisEmptyAgentConversation
(conversation: AgentConversation)
src/store.ts:657
↓ 2 callersFunctionisEventStreamResponse
(response: Response)
src/lib/openaiCompatibleImageApi.ts:91
↓ 2 callersFunctionisEventStreamResponse
(response: Response)
src/lib/agentApi.ts:237
↓ 2 callersFunctionisInsideLightbox
(target: EventTarget | null)
src/lib/viewport.ts:3
↓ 2 callersFunctionisRecoverablePollingError
(err: unknown)
src/lib/openaiCompatibleImageApi.ts:708
↓ 2 callersFunctionisSecureNotificationContext
()
src/lib/browserNotification.ts:14
↓ 2 callersFunctionloadLegacyMarkdown
()
src/components/MarkdownRenderer.tsx:106
↓ 2 callersFunctionmarkAgentRoundTasksFailed
( conversationId: string, roundId: string, error: string, rawResponsePayload?: string, shouldFailTas
src/store.ts:2526
↓ 2 callersFunctionmarkInterruptedOpenAIRunningTasks
(tasks: TaskRecord[], now = Date.now())
src/store.ts:1714
↓ 2 callersFunctionmarkToolStatusStopped
(status: AgentWebSearchStatus)
src/components/AgentWorkspace.tsx:119
↓ 2 callersFunctionmaskDataUrlToPngBlob
(maskDataUrl: string)
src/lib/canvasImage.ts:29
↓ 2 callersFunctionmaybeSendStreamFailure
(res, mode, prefix = 'image_generation')
scripts/mock-image-api.mjs:289
↓ 2 callersFunctionmergeAgentConversationsForStorage
(stored: AgentConversation[], legacy: AgentConversation[])
src/store.ts:507
↓ 2 callersFunctionmigratePersistedState
(persistedState: unknown)
src/store.ts:569
↓ 2 callersFunctionmoveProfileToDropTarget
(sourceId: string, targetId: string, position: 'before' | 'after' | null)
src/components/SettingsModal.tsx:876
↓ 2 callersFunctionnormalizeAgentInputDrafts
(value: unknown, conversations: AgentConversation[])
src/store.ts:1005
↓ 2 callersFunctionnormalizeApiProfile
(input: unknown, fallback?: Partial<ApiProfile>, customProviderIds = new Set<string>())
src/lib/apiProfiles.ts:461
↓ 2 callersFunctionnormalizeCustomProviderDefinitions
(input: unknown)
src/lib/apiProfiles.ts:310
↓ 2 callersFunctionnormalizeDevProxyConfig
(input: unknown)
src/lib/devProxy.ts:37
↓ 2 callersFunctionnormalizeLoadedFavoriteState
(tasks: TaskRecord[], collections: FavoriteCollection[], preferredDefaultFavoriteCollectionId: string | null)
src/store.ts:4942
↓ 2 callersFunctionnormalizeProviderPath
(value: unknown, fallback: string)
src/lib/apiProfiles.ts:118
↓ 2 callersFunctionnormalizeRequestMethod
(value: unknown, fallback: CustomProviderRequestMethod = 'POST')
src/lib/apiProfiles.ts:144
↓ 2 callersFunctionnormalizeResultMapping
(value: unknown, fallback: CustomProviderResultMapping = DEFAULT_OPENAI_RESULT)
src/lib/apiProfiles.ts:172
↓ 2 callersFunctionnormalizeSubmitMapping
(value: unknown, fallback: CustomProviderSubmitMapping)
src/lib/apiProfiles.ts:182
↓ 2 callersFunctiononDismissTooltips
(callback: () => void)
src/lib/tooltipDismiss.ts:20
↓ 2 callersFunctionorderImagesWithMaskFirst
(images: InputImage[], maskTargetImageId: string | null | undefined)
src/store.ts:334
↓ 2 callersFunctionparseBatchImageCallArguments
(args: string)
src/lib/agentApi.ts:986
↓ 2 callersFunctionparseFalResult
(payload: FalApiResponse, params: TaskParams, customBaseUrlLabel: string | null, signal?: AbortSignal)
src/lib/falAiImageApi.ts:138
↓ 2 callersFunctionparseImagesApiResponse
(payload: ImageApiResponse, mime: string, signal?: AbortSignal)
src/lib/openaiCompatibleImageApi.ts:295
↓ 2 callersFunctionparseRatio
(ratio: string)
src/lib/size.ts:70
↓ 2 callersFunctionpauseAgentImageTaskForRecovery
(toolCallId: string, err: unknown)
src/store.ts:3924
↓ 2 callersFunctionpickUrlSettingsPayload
(value: unknown)
src/lib/urlSettings.ts:37
↓ 2 callersFunctionpollCustomTaskResult
( profile: ApiProfile, poll: CustomProviderPollMapping, taskId: string, mime: string, signal?: Abort
src/lib/openaiCompatibleImageApi.ts:882
↓ 2 callersFunctionprocessBlock
(block: string)
src/lib/openaiCompatibleImageApi.ts:149
↓ 2 callersFunctionprocessBlock
(block: string)
src/lib/agentApi.ts:370
↓ 2 callersFunctionpushUndoSnapshot
()
src/components/MaskEditorModal.tsx:370
↓ 2 callersFunctionreadAgentImageDataUrls
(ids: string[])
src/store.ts:2934
↓ 2 callersFunctionreadExportZip
(bytes: Uint8Array)
src/lib/exportZip.ts:95
↓ 2 callersFunctionreadJsonServerSentEvents
(response: Response, onEvent: (event: Record<string, unknown>) => void | Promise<void>)
src/lib/openaiCompatibleImageApi.ts:141
↓ 2 callersFunctionreadJsonServerSentEvents
(response: Response, onEvent: (event: Record<string, unknown>) => void | Promise<void>, signals: Array<AbortSi
src/lib/agentApi.ts:357
↓ 2 callersFunctionrenderImageThumbs
()
src/components/InputBar.tsx:1866
↓ 2 callersFunctionrenderParams
(cols: string)
src/components/InputBar.tsx:1886
↓ 2 callersFunctionresolveAgentPromptImageReferences
(prompt: string, rounds: AgentRound[], tasks: TaskRecord[])
src/lib/agentImageReferences.ts:40
↓ 2 callersFunctionretryTask
(task: TaskRecord)
src/store.ts:5070
↓ 2 callersFunctionroundToMultiple
(value: number, multiple: number)
src/lib/size.ts:12
↓ 2 callersFunctionsanitizeResponseOutputForInput
(output: ResponsesOutputItem[], options: { allowPendingFunctionCalls?: boolean } = {})
src/store.ts:3147
↓ 2 callersFunctionscaleToFit
(scale: number)
src/lib/size.ts:28
↓ 2 callersFunctionscrubAgentOutputPayloadsForDeletedTasks
(deletedTasks: TaskRecord[], remainingTasks: TaskRecord[])
src/store.ts:3132
↓ 2 callersFunctionscrubResponseOutputForDeletedAgentTasks
(round: AgentRound, output: ResponsesOutputItem[], deletedTasks: TaskRecord[])
src/store.ts:3071
↓ 2 callersFunctionsendRawSse
(res, body, options = {})
scripts/mock-image-api.mjs:70
↓ 2 callersFunctionsetAgentInputDraft
(drafts: Record<string, AgentInputDraft>, conversationId: string, draft: AgentInputDraft)
src/store.ts:1071
↓ 2 callersFunctionsetImageDragTarget
(idx: number | null, clientX?: number)
src/components/InputBar.tsx:1603
↓ 2 callersFunctionsetOutputImage
(imageId: string, dataUrl: string)
src/components/DetailModal.tsx:190
↓ 2 callersFunctionshowImageHintUntilRelease
(id: string)
src/components/InputBar.tsx:1054
↓ 2 callersFunctionstartDragScroll
(direction: -1 | 1)
src/components/TaskGrid.tsx:129
↓ 2 callersFunctionstartDragScroll
(direction: -1 | 1)
src/hooks/useDragSelect.ts:110
↓ 2 callersFunctionstartRename
(e: React.MouseEvent, collection: { id: string, name: string })
src/components/favorites/ManageCollectionsModal.tsx:233
↓ 2 callersFunctionsubscribeImageThumbnail
(id: string, callback: (thumbnail: { dataUrl: string; width?: number; height?: number }) => void)
src/store.ts:218
↓ 2 callersFunctiontaskHasOutputErrors
(task: Pick<TaskRecord, 'outputErrors'>)
src/store.ts:1776
↓ 2 callersFunctiontoggleChecked
(id: string, checked: boolean)
src/components/favorites/FavoriteCollectionPickerModal.tsx:87
↓ 2 callersFunctiontriggerDownload
(blob: Blob, fileName: string)
src/lib/downloadImages.ts:116
↓ 2 callersFunctiontruncateAgentReferencePrompt
(prompt: string)
src/store.ts:3022
↓ 2 callersFunctionvalidateMaskMatchesImage
(maskDataUrl: string, imageDataUrl: string)
src/lib/canvasImage.ts:46
↓ 1 callersFunctionaddImageFromFile
(file: File)
src/store.ts:5575
↓ 1 callersFunctionaddImageFromUrl
(src: string)
src/store.ts:5590
↓ 1 callersFunctionaddImageSizeParam
( params: Partial<TaskParams> | undefined, size: { width?: number; height?: number } | undefined, )
src/store.ts:2002
↓ 1 callersFunctionaddInteriorKeyColorIslands
( data: Uint8ClampedArray, width: number, height: number, keyRgb: Rgb, mask: Uint8Array, )
src/lib/transparentImage.ts:153
↓ 1 callersFunctionagentImageMentionMatches
(query: string, label: string)
src/components/InputBar.tsx:354
← previousnext →401–500 of 1,073, ranked by callers