MCPcopy Create free account

hub / github.com/CookSleep/gpt_image_playground / functions

Functions1,073 in github.com/CookSleep/gpt_image_playground

↓ 1 callersFunctiongetAllImages
()
src/lib/db.ts:165
↓ 1 callersFunctiongetApiModeApiName
(apiMode: ApiMode)
src/store.ts:1900
↓ 1 callersFunctiongetBatchImageTasksForOutputItem
(item: ResponsesOutputItem, tasksForRound: TaskRecord[])
src/components/AgentWorkspace.tsx:134
↓ 1 callersFunctiongetBoundaryOffsetInMention
(tag: Element, container: Node, offset: number)
src/components/InputBar.tsx:67
↓ 1 callersFunctiongetBrowserNotificationReadiness
()
src/lib/browserNotification.ts:18
↓ 1 callersFunctiongetConversationSearchText
(conversation: AgentConversation)
src/components/HistoryModal.tsx:79
↓ 1 callersFunctiongetConversationSearchText
(conversation: AgentConversation)
src/components/AgentWorkspace.tsx:244
↓ 1 callersFunctiongetCustomQueuedImageResult
( profile: ApiProfile, customProvider: CustomProviderDefinition, taskId: string, params: TaskParams, )
src/lib/openaiCompatibleImageApi.ts:939
↓ 1 callersFunctiongetCustomRecoveryProfile
(settings: AppSettings, task: TaskRecord)
src/store.ts:1823
↓ 1 callersFunctiongetDataTransferDragIndex
(e: React.DragEvent)
src/components/InputBar.tsx:1597
↓ 1 callersFunctiongetDropdownMaxHeight
(trigger: HTMLElement, maxHeight = DEFAULT_DROPDOWN_MAX_HEIGHT)
src/lib/dropdown.ts:6
↓ 1 callersFunctiongetEdgeTransparency
( red: number, green: number, blue: number, confidence: number, distance: number, keyRgb: Rgb, )
src/lib/transparentImage.ts:334
↓ 1 callersFunctiongetElementFromTarget
(target: EventTarget | null)
src/hooks/usePreventBackgroundScroll.ts:45
↓ 1 callersFunctiongetEventElement
(e: MouseEvent)
src/components/TaskGrid.tsx:156
↓ 1 callersFunctiongetEventElement
(e: MouseEvent)
src/hooks/useDragSelect.ts:135
↓ 1 callersFunctiongetFalQueuedImageResult
( profile: ApiProfile, endpoint: string, requestId: string, params: TaskParams, )
src/lib/falAiImageApi.ts:183
↓ 1 callersFunctiongetFalRecoveryProfile
(settings: AppSettings, task: TaskRecord)
src/store.ts:1817
↓ 1 callersFunctiongetFavoriteCollectionTitle
(collectionId: string | null, collections = useStore.getState().favoriteCollections)
src/store.ts:4955
↓ 1 callersFunctiongetIcon
()
src/components/Toast.tsx:8
↓ 1 callersFunctiongetImageCreatedAtFallback
(tasks: TaskRecord[])
src/lib/exportZip.ts:112
↓ 1 callersFunctiongetImageFileNameBases
(tasks: TaskRecord[])
src/lib/exportZip.ts:132
↓ 1 callersFunctiongetImageTaskForOutputItem
(item: ResponsesOutputItem, tasksForRound: TaskRecord[])
src/components/AgentWorkspace.tsx:124
↓ 1 callersFunctiongetImageToolFailureFromOutputItem
(event: Record<string, unknown>, item?: ResponsesOutputItem)
src/lib/agentApi.ts:315
↓ 1 callersFunctiongetImportedProfileFromMergedSettings
( nextSettings: AppSettings, previousProfileIds: Set<string>, importedSettings: { customProviders: Custo
src/components/SettingsModal.tsx:188
↓ 1 callersFunctiongetInitialCheckedCollectionIds
(tasks: TaskRecord[], defaultFavoriteCollectionId: string | null)
src/components/favorites/favoriteUtils.ts:17
↓ 1 callersFunctiongetKeyColorRgb
(keyColor: string)
src/lib/transparentImage.ts:383
↓ 1 callersFunctiongetLatestAgentConversation
(conversations: AgentConversation[])
src/store.ts:661
↓ 1 callersFunctiongetLatestCoverTask
(tasks: TaskRecord[])
src/components/favorites/favoriteUtils.ts:32
↓ 1 callersFunctiongetMentionTagForBoundary
(root: HTMLElement, container: Node)
src/components/InputBar.tsx:59
↓ 1 callersFunctiongetModeFromCustomTaskPath
(pathname)
scripts/mock-image-api.mjs:428
↓ 1 callersFunctiongetNextThumbnailBackfillBatch
()
src/store.ts:269
↓ 1 callersFunctiongetOrderedThumbnailBackfillIds
()
src/store.ts:283
↓ 1 callersFunctiongetPageScrollTop
()
src/components/AgentWorkspace.tsx:269
↓ 1 callersFunctiongetPersistableAgentInputDrafts
(state: AppState)
src/store.ts:1134
↓ 1 callersFunctiongetPersistableGalleryInputDraft
(state: AppState)
src/store.ts:1092
↓ 1 callersFunctiongetPersistableRawResponsePayload
(rawResponsePayload?: string)
src/store.ts:1671
↓ 1 callersFunctiongetPersistableTask
(task: TaskRecord)
src/store.ts:1685
↓ 1 callersFunctiongetPresetRatioKey
(ratioWidth: number, ratioHeight: number)
src/lib/size.ts:200
↓ 1 callersFunctiongetResponsesStreamPayload
(event: Record<string, unknown>)
src/lib/openaiCompatibleImageApi.ts:416
↓ 1 callersFunctiongetReusedTaskApiProfile
(settings: AppSettings, profileId: string | null)
src/store.ts:1877
↓ 1 callersFunctiongetRoundTaskSlots
(round: AgentRound | null, tasks: TaskRecord[])
src/components/AgentWorkspace.tsx:257
↓ 1 callersFunctiongetRunningStatusText
(actionType: string)
src/lib/agentWebSearch.ts:29
↓ 1 callersFunctiongetSettingsJsonTextFromUrl
(value: string)
src/lib/customProviderConfigUrl.ts:26
↓ 1 callersFunctiongetStoredFreshImageThumbnail
(id: string)
src/lib/db.ts:112
↓ 1 callersFunctiongetStreamEventErrorMessage
(event: Record<string, unknown>)
src/lib/openaiCompatibleImageApi.ts:113
↓ 1 callersFunctiongetStreamEventErrorMessage
(event: Record<string, unknown>)
src/lib/agentApi.ts:293
↓ 1 callersFunctiongetStringValue
(source: Record<string, unknown>, key: string)
src/lib/agentWebSearch.ts:18
↓ 1 callersFunctiongetTaskApiProfileName
(task: TaskRecord)
src/store.ts:1882
↓ 1 callersFunctiongetTaskState
(payload: unknown, poll: CustomProviderPollMapping)
src/lib/openaiCompatibleImageApi.ts:700
↓ 1 callersFunctiongetTextFromOutputItem
(item: ResponsesOutputItem)
src/components/AgentWorkspace.tsx:139
↓ 1 callersFunctiongetThumbnailConcurrencyForBatch
(sizes: Array<{ width?: number; height?: number }>)
src/store.ts:293
↓ 1 callersFunctiongetToastMessage
(message: string, type: ToastType)
src/store.ts:116
↓ 1 callersFunctiongetTouchDropIndex
(touch: React.Touch)
src/components/InputBar.tsx:1547
↓ 1 callersFunctiongetUniqueImagePath
(fileNameBase: string, ext: string, usedPaths: Set<string>)
src/lib/exportZip.ts:154
↓ 1 callersFunctiongetWebSearchActionType
(action: unknown)
src/lib/agentWebSearch.ts:23
↓ 1 callersFunctiongetWebSearchStatusForCalls
(calls: AgentWebSearchCallSummary[])
src/lib/agentWebSearch.ts:45
↓ 1 callersFunctionhandleApi
(req, res, url)
scripts/mock-image-api.mjs:313
↓ 1 callersFunctionhandleClearAllData
()
src/components/SettingsModal.tsx:780
↓ 1 callersFunctionhandleClose
()
src/components/ConfirmDialog.tsx:69
↓ 1 callersFunctionhandleConversationPointerDown
(id: string, e: React.PointerEvent)
src/components/AgentWorkspace.tsx:629
↓ 1 callersFunctionhandleConversationSelect
(id: string)
src/components/AgentWorkspace.tsx:638
↓ 1 callersFunctionhandleCopyError
()
src/components/DetailModal.tsx:316
↓ 1 callersFunctionhandleCreate
()
src/components/favorites/FavoriteCollectionPickerModal.tsx:91
↓ 1 callersFunctionhandleCreate
()
src/components/favorites/ManageCollectionsModal.tsx:81
↓ 1 callersFunctionhandleCustom
(req, res, url)
scripts/mock-image-api.mjs:378
↓ 1 callersFunctionhandleCustomAsyncPoll
(req, res, url)
scripts/mock-image-api.mjs:434
↓ 1 callersFunctionhandleCustomAsyncSubmit
(req, res, url)
scripts/mock-image-api.mjs:411
↓ 1 callersFunctionhandleDelete
(e: React.MouseEvent, id: string)
src/components/HistoryModal.tsx:164
↓ 1 callersFunctionhandleDelete
(task: typeof tasks[0])
src/components/TaskGrid.tsx:46
↓ 1 callersFunctionhandleDelete
(e: React.MouseEvent, collection: FavoriteCollection)
src/components/favorites/FavoriteCollectionPickerModal.tsx:273
↓ 1 callersFunctionhandleDeleteConversation
(id: string)
src/components/AgentWorkspace.tsx:553
↓ 1 callersFunctionhandleDownloadAllOutputs
(e: React.MouseEvent)
src/components/DetailModal.tsx:390
↓ 1 callersFunctionhandleDownloadCurrentOriginalOutput
(e: React.MouseEvent)
src/components/DetailModal.tsx:373
↓ 1 callersFunctionhandleDownloadCurrentOutput
(e: React.MouseEvent)
src/components/DetailModal.tsx:356
↓ 1 callersFunctionhandleDownloadPartialImages
()
src/components/DetailModal.tsx:412
↓ 1 callersFunctionhandleDragOver
(e: React.DragEvent, targetId: string)
src/components/favorites/FavoriteCollectionPickerModal.tsx:109
↓ 1 callersFunctionhandleDragOver
(e: React.DragEvent, targetId: string)
src/components/favorites/ManageCollectionsModal.tsx:93
↓ 1 callersFunctionhandleDragStart
(e: React.DragEvent, id: string)
src/components/favorites/FavoriteCollectionPickerModal.tsx:103
↓ 1 callersFunctionhandleDragStart
(e: React.DragEvent, id: string)
src/components/favorites/ManageCollectionsModal.tsx:87
↓ 1 callersFunctionhandleDrop
(e: React.DragEvent, targetId: string)
src/components/favorites/FavoriteCollectionPickerModal.tsx:227
↓ 1 callersFunctionhandleDrop
(e: React.DragEvent, targetId: string)
src/components/favorites/ManageCollectionsModal.tsx:211
↓ 1 callersFunctionhandleEditRoundMessage
(round: AgentRound, content: string)
src/components/AgentWorkspace.tsx:742
↓ 1 callersFunctionhandleErrorCopyClick
(e: ReactMouseEvent<HTMLDivElement>, content: string)
src/components/AgentWorkspace.tsx:780
↓ 1 callersFunctionhandleImage
(req, res, url)
scripts/mock-image-api.mjs:453
↓ 1 callersFunctionhandleIndex
(req, res)
scripts/mock-image-api.mjs:479
↓ 1 callersFunctionhandleInstallClick
()
src/components/Header.tsx:111
↓ 1 callersFunctionhandleProfileDragOver
(e: React.DragEvent, targetId: string)
src/components/SettingsModal.tsx:842
↓ 1 callersFunctionhandleProfileDragStart
(e: React.DragEvent, id: string)
src/components/SettingsModal.tsx:836
↓ 1 callersFunctionhandleProfileDrop
(e: React.DragEvent, targetId: string)
src/components/SettingsModal.tsx:896
↓ 1 callersFunctionhandleProfileTouchStart
(e: React.TouchEvent, profile: ApiProfile)
src/components/SettingsModal.tsx:902
↓ 1 callersFunctionhandleResponses
(req, res, url)
scripts/mock-image-api.mjs:355
↓ 1 callersFunctionhandleRetry
()
src/components/DetailModal.tsx:433
↓ 1 callersFunctionhandleReuse
(task: TaskRecord)
src/components/AgentWorkspace.tsx:729
↓ 1 callersFunctionhandleSelect
(id: string)
src/components/HistoryModal.tsx:133
↓ 1 callersFunctionhandleSetDefault
(e: React.MouseEvent, collection: FavoriteCollection)
src/components/favorites/FavoriteCollectionPickerModal.tsx:294
↓ 1 callersFunctionhandleToggle
(e: React.MouseEvent)
src/components/Select.tsx:158
↓ 1 callersFunctionhandleTouchStart
(e: React.TouchEvent, collection: FavoriteCollection)
src/components/favorites/FavoriteCollectionPickerModal.tsx:142
↓ 1 callersFunctionhandleTouchStart
(e: React.TouchEvent, collection: FavoriteCollection | { id: string, name: string })
src/components/favorites/ManageCollectionsModal.tsx:126
↓ 1 callersFunctionhasEquivalentApiProfile
(existingProfiles: ApiProfile[], importedProfile: ApiProfile)
src/lib/apiProfiles.ts:739
↓ 1 callersFunctionhasOnlyDefaultProfiles
(settings: AppSettings)
src/lib/apiProfiles.ts:704
← previousnext →601–700 of 1,073, ranked by callers