Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CookSleep/gpt_image_playground
/ functions
Functions
1,073 in github.com/CookSleep/gpt_image_playground
⨍
Functions
1,073
◇
Types & classes
79
↓ 1 callers
Function
getAllImages
()
src/lib/db.ts:165
↓ 1 callers
Function
getApiModeApiName
(apiMode: ApiMode)
src/store.ts:1900
↓ 1 callers
Function
getBatchImageTasksForOutputItem
(item: ResponsesOutputItem, tasksForRound: TaskRecord[])
src/components/AgentWorkspace.tsx:134
↓ 1 callers
Function
getBoundaryOffsetInMention
(tag: Element, container: Node, offset: number)
src/components/InputBar.tsx:67
↓ 1 callers
Function
getBrowserNotificationReadiness
()
src/lib/browserNotification.ts:18
↓ 1 callers
Function
getConversationSearchText
(conversation: AgentConversation)
src/components/HistoryModal.tsx:79
↓ 1 callers
Function
getConversationSearchText
(conversation: AgentConversation)
src/components/AgentWorkspace.tsx:244
↓ 1 callers
Function
getCustomQueuedImageResult
( profile: ApiProfile, customProvider: CustomProviderDefinition, taskId: string, params: TaskParams, )
src/lib/openaiCompatibleImageApi.ts:939
↓ 1 callers
Function
getCustomRecoveryProfile
(settings: AppSettings, task: TaskRecord)
src/store.ts:1823
↓ 1 callers
Function
getDataTransferDragIndex
(e: React.DragEvent)
src/components/InputBar.tsx:1597
↓ 1 callers
Function
getDropdownMaxHeight
(trigger: HTMLElement, maxHeight = DEFAULT_DROPDOWN_MAX_HEIGHT)
src/lib/dropdown.ts:6
↓ 1 callers
Function
getEdgeTransparency
( red: number, green: number, blue: number, confidence: number, distance: number, keyRgb: Rgb, )
src/lib/transparentImage.ts:334
↓ 1 callers
Function
getElementFromTarget
(target: EventTarget | null)
src/hooks/usePreventBackgroundScroll.ts:45
↓ 1 callers
Function
getEventElement
(e: MouseEvent)
src/components/TaskGrid.tsx:156
↓ 1 callers
Function
getEventElement
(e: MouseEvent)
src/hooks/useDragSelect.ts:135
↓ 1 callers
Function
getFalQueuedImageResult
( profile: ApiProfile, endpoint: string, requestId: string, params: TaskParams, )
src/lib/falAiImageApi.ts:183
↓ 1 callers
Function
getFalRecoveryProfile
(settings: AppSettings, task: TaskRecord)
src/store.ts:1817
↓ 1 callers
Function
getFavoriteCollectionTitle
(collectionId: string | null, collections = useStore.getState().favoriteCollections)
src/store.ts:4955
↓ 1 callers
Function
getIcon
()
src/components/Toast.tsx:8
↓ 1 callers
Function
getImageCreatedAtFallback
(tasks: TaskRecord[])
src/lib/exportZip.ts:112
↓ 1 callers
Function
getImageFileNameBases
(tasks: TaskRecord[])
src/lib/exportZip.ts:132
↓ 1 callers
Function
getImageTaskForOutputItem
(item: ResponsesOutputItem, tasksForRound: TaskRecord[])
src/components/AgentWorkspace.tsx:124
↓ 1 callers
Function
getImageToolFailureFromOutputItem
(event: Record<string, unknown>, item?: ResponsesOutputItem)
src/lib/agentApi.ts:315
↓ 1 callers
Function
getImportedProfileFromMergedSettings
( nextSettings: AppSettings, previousProfileIds: Set<string>, importedSettings: { customProviders: Custo
src/components/SettingsModal.tsx:188
↓ 1 callers
Function
getInitialCheckedCollectionIds
(tasks: TaskRecord[], defaultFavoriteCollectionId: string | null)
src/components/favorites/favoriteUtils.ts:17
↓ 1 callers
Function
getKeyColorRgb
(keyColor: string)
src/lib/transparentImage.ts:383
↓ 1 callers
Function
getLatestAgentConversation
(conversations: AgentConversation[])
src/store.ts:661
↓ 1 callers
Function
getLatestCoverTask
(tasks: TaskRecord[])
src/components/favorites/favoriteUtils.ts:32
↓ 1 callers
Function
getMentionTagForBoundary
(root: HTMLElement, container: Node)
src/components/InputBar.tsx:59
↓ 1 callers
Function
getModeFromCustomTaskPath
(pathname)
scripts/mock-image-api.mjs:428
↓ 1 callers
Function
getNextThumbnailBackfillBatch
()
src/store.ts:269
↓ 1 callers
Function
getOrderedThumbnailBackfillIds
()
src/store.ts:283
↓ 1 callers
Function
getPageScrollTop
()
src/components/AgentWorkspace.tsx:269
↓ 1 callers
Function
getPersistableAgentInputDrafts
(state: AppState)
src/store.ts:1134
↓ 1 callers
Function
getPersistableGalleryInputDraft
(state: AppState)
src/store.ts:1092
↓ 1 callers
Function
getPersistableRawResponsePayload
(rawResponsePayload?: string)
src/store.ts:1671
↓ 1 callers
Function
getPersistableTask
(task: TaskRecord)
src/store.ts:1685
↓ 1 callers
Function
getPresetRatioKey
(ratioWidth: number, ratioHeight: number)
src/lib/size.ts:200
↓ 1 callers
Function
getResponsesStreamPayload
(event: Record<string, unknown>)
src/lib/openaiCompatibleImageApi.ts:416
↓ 1 callers
Function
getReusedTaskApiProfile
(settings: AppSettings, profileId: string | null)
src/store.ts:1877
↓ 1 callers
Function
getRoundTaskSlots
(round: AgentRound | null, tasks: TaskRecord[])
src/components/AgentWorkspace.tsx:257
↓ 1 callers
Function
getRunningStatusText
(actionType: string)
src/lib/agentWebSearch.ts:29
↓ 1 callers
Function
getSettingsJsonTextFromUrl
(value: string)
src/lib/customProviderConfigUrl.ts:26
↓ 1 callers
Function
getStoredFreshImageThumbnail
(id: string)
src/lib/db.ts:112
↓ 1 callers
Function
getStreamEventErrorMessage
(event: Record<string, unknown>)
src/lib/openaiCompatibleImageApi.ts:113
↓ 1 callers
Function
getStreamEventErrorMessage
(event: Record<string, unknown>)
src/lib/agentApi.ts:293
↓ 1 callers
Function
getStringValue
(source: Record<string, unknown>, key: string)
src/lib/agentWebSearch.ts:18
↓ 1 callers
Function
getTaskApiProfileName
(task: TaskRecord)
src/store.ts:1882
↓ 1 callers
Function
getTaskState
(payload: unknown, poll: CustomProviderPollMapping)
src/lib/openaiCompatibleImageApi.ts:700
↓ 1 callers
Function
getTextFromOutputItem
(item: ResponsesOutputItem)
src/components/AgentWorkspace.tsx:139
↓ 1 callers
Function
getThumbnailConcurrencyForBatch
(sizes: Array<{ width?: number; height?: number }>)
src/store.ts:293
↓ 1 callers
Function
getToastMessage
(message: string, type: ToastType)
src/store.ts:116
↓ 1 callers
Function
getTouchDropIndex
(touch: React.Touch)
src/components/InputBar.tsx:1547
↓ 1 callers
Function
getUniqueImagePath
(fileNameBase: string, ext: string, usedPaths: Set<string>)
src/lib/exportZip.ts:154
↓ 1 callers
Function
getWebSearchActionType
(action: unknown)
src/lib/agentWebSearch.ts:23
↓ 1 callers
Function
getWebSearchStatusForCalls
(calls: AgentWebSearchCallSummary[])
src/lib/agentWebSearch.ts:45
↓ 1 callers
Function
handleApi
(req, res, url)
scripts/mock-image-api.mjs:313
↓ 1 callers
Function
handleClearAllData
()
src/components/SettingsModal.tsx:780
↓ 1 callers
Function
handleClose
()
src/components/ConfirmDialog.tsx:69
↓ 1 callers
Function
handleConversationPointerDown
(id: string, e: React.PointerEvent)
src/components/AgentWorkspace.tsx:629
↓ 1 callers
Function
handleConversationSelect
(id: string)
src/components/AgentWorkspace.tsx:638
↓ 1 callers
Function
handleCopyError
()
src/components/DetailModal.tsx:316
↓ 1 callers
Function
handleCreate
()
src/components/favorites/FavoriteCollectionPickerModal.tsx:91
↓ 1 callers
Function
handleCreate
()
src/components/favorites/ManageCollectionsModal.tsx:81
↓ 1 callers
Function
handleCustom
(req, res, url)
scripts/mock-image-api.mjs:378
↓ 1 callers
Function
handleCustomAsyncPoll
(req, res, url)
scripts/mock-image-api.mjs:434
↓ 1 callers
Function
handleCustomAsyncSubmit
(req, res, url)
scripts/mock-image-api.mjs:411
↓ 1 callers
Function
handleDelete
(e: React.MouseEvent, id: string)
src/components/HistoryModal.tsx:164
↓ 1 callers
Function
handleDelete
(task: typeof tasks[0])
src/components/TaskGrid.tsx:46
↓ 1 callers
Function
handleDelete
(e: React.MouseEvent, collection: FavoriteCollection)
src/components/favorites/FavoriteCollectionPickerModal.tsx:273
↓ 1 callers
Function
handleDeleteConversation
(id: string)
src/components/AgentWorkspace.tsx:553
↓ 1 callers
Function
handleDownloadAllOutputs
(e: React.MouseEvent)
src/components/DetailModal.tsx:390
↓ 1 callers
Function
handleDownloadCurrentOriginalOutput
(e: React.MouseEvent)
src/components/DetailModal.tsx:373
↓ 1 callers
Function
handleDownloadCurrentOutput
(e: React.MouseEvent)
src/components/DetailModal.tsx:356
↓ 1 callers
Function
handleDownloadPartialImages
()
src/components/DetailModal.tsx:412
↓ 1 callers
Function
handleDragOver
(e: React.DragEvent, targetId: string)
src/components/favorites/FavoriteCollectionPickerModal.tsx:109
↓ 1 callers
Function
handleDragOver
(e: React.DragEvent, targetId: string)
src/components/favorites/ManageCollectionsModal.tsx:93
↓ 1 callers
Function
handleDragStart
(e: React.DragEvent, id: string)
src/components/favorites/FavoriteCollectionPickerModal.tsx:103
↓ 1 callers
Function
handleDragStart
(e: React.DragEvent, id: string)
src/components/favorites/ManageCollectionsModal.tsx:87
↓ 1 callers
Function
handleDrop
(e: React.DragEvent, targetId: string)
src/components/favorites/FavoriteCollectionPickerModal.tsx:227
↓ 1 callers
Function
handleDrop
(e: React.DragEvent, targetId: string)
src/components/favorites/ManageCollectionsModal.tsx:211
↓ 1 callers
Function
handleEditRoundMessage
(round: AgentRound, content: string)
src/components/AgentWorkspace.tsx:742
↓ 1 callers
Function
handleErrorCopyClick
(e: ReactMouseEvent<HTMLDivElement>, content: string)
src/components/AgentWorkspace.tsx:780
↓ 1 callers
Function
handleImage
(req, res, url)
scripts/mock-image-api.mjs:453
↓ 1 callers
Function
handleIndex
(req, res)
scripts/mock-image-api.mjs:479
↓ 1 callers
Function
handleInstallClick
()
src/components/Header.tsx:111
↓ 1 callers
Function
handleProfileDragOver
(e: React.DragEvent, targetId: string)
src/components/SettingsModal.tsx:842
↓ 1 callers
Function
handleProfileDragStart
(e: React.DragEvent, id: string)
src/components/SettingsModal.tsx:836
↓ 1 callers
Function
handleProfileDrop
(e: React.DragEvent, targetId: string)
src/components/SettingsModal.tsx:896
↓ 1 callers
Function
handleProfileTouchStart
(e: React.TouchEvent, profile: ApiProfile)
src/components/SettingsModal.tsx:902
↓ 1 callers
Function
handleResponses
(req, res, url)
scripts/mock-image-api.mjs:355
↓ 1 callers
Function
handleRetry
()
src/components/DetailModal.tsx:433
↓ 1 callers
Function
handleReuse
(task: TaskRecord)
src/components/AgentWorkspace.tsx:729
↓ 1 callers
Function
handleSelect
(id: string)
src/components/HistoryModal.tsx:133
↓ 1 callers
Function
handleSetDefault
(e: React.MouseEvent, collection: FavoriteCollection)
src/components/favorites/FavoriteCollectionPickerModal.tsx:294
↓ 1 callers
Function
handleToggle
(e: React.MouseEvent)
src/components/Select.tsx:158
↓ 1 callers
Function
handleTouchStart
(e: React.TouchEvent, collection: FavoriteCollection)
src/components/favorites/FavoriteCollectionPickerModal.tsx:142
↓ 1 callers
Function
handleTouchStart
(e: React.TouchEvent, collection: FavoriteCollection | { id: string, name: string })
src/components/favorites/ManageCollectionsModal.tsx:126
↓ 1 callers
Function
hasEquivalentApiProfile
(existingProfiles: ApiProfile[], importedProfile: ApiProfile)
src/lib/apiProfiles.ts:739
↓ 1 callers
Function
hasOnlyDefaultProfiles
(settings: AppSettings)
src/lib/apiProfiles.ts:704
← previous
next →
601–700 of 1,073, ranked by callers