MCPcopy Create free account

hub / github.com/Yuri-NagaSaki/CattoPic / functions

Functions342 in github.com/Yuri-NagaSaki/CattoPic

FunctionhandleRename
(oldName: string, newName: string)
app/components/TagManagement/index.tsx:54
FunctionhandleSubmit
(e: React.FormEvent)
app/components/UploadSection.tsx:195
FunctionhandleSubmit
(e: React.FormEvent)
app/components/ApiKeyModal.tsx:35
FunctionhandleSubmit
(e: React.FormEvent)
app/components/TagManagement/TagEditModal.tsx:30
FunctionhandleSubmit
(e: React.FormEvent)
app/components/TagManagement/TagCreateForm.tsx:16
FunctionhandleTagChange
(e: React.ChangeEvent<HTMLSelectElement>)
app/components/upload/TagSelector.tsx:17
FunctionhandleTagInput
(e: React.ChangeEvent<HTMLInputElement>)
app/components/upload/TagSelector.tsx:32
FunctionhandleTagModalClose
()
app/manage/page.tsx:87
FunctionhandleTagsChange
(tags: string[])
app/page.tsx:428
FunctionhandleTagsChange
(tags: string[])
app/components/UploadSection.tsx:120
FunctionhandleTimeUnitChange
(e: React.ChangeEvent<HTMLSelectElement>)
app/components/ExpirySelector.tsx:63
FunctionhandleUpload
()
app/page.tsx:276
FunctionhandleZipFileSelected
(file: File)
app/components/UploadSection.tsx:202
FunctionhandleZipUploadConfirm
()
app/components/UploadSection.tsx:207
Functionhandler
()
app/hooks/useApiKey.ts:11
Methodimage
()
worker/src/types.ts:34
FunctionimageDetailHandler
(c: Context<{ Bindings: Env }>)
worker/src/handlers/images.ts:88
FunctionimageResponse
( data: ArrayBuffer | Uint8Array, contentType: string, cacheControl: string = 'public, max-age=31536000'
worker/src/utils/response.ts:30
FunctionimagesHandler
(c: Context<{ Bindings: Env }>)
worker/src/handlers/images.ts:22
MethodisNonEmptyString
(v: unknown)
worker/src/services/storage.ts:36
MethodisValidFileSize
(size: number, maxSize: number = 10 * 1024 * 1024)
worker/src/services/imageProcessor.ts:234
MethodlistApiKeys
()
worker/src/services/auth.ts:35
FunctionparseBoolean
(value: string | null)
worker/src/utils/validation.ts:44
FunctionqueueHandler
( batch: MessageBatch<QueueMessage>, env: Env )
worker/src/index.ts:174
FunctionrandomHandler
(c: Context<{ Bindings: Env }>)
worker/src/handlers/random.ts:9
MethodremoveApiKey
(key: string)
worker/src/services/auth.ts:29
FunctionrenameTagHandler
(c: Context<{ Bindings: Env }>)
worker/src/handlers/tags.ts:88
FunctionresetAll
()
app/components/RandomApiModal/index.tsx:104
FunctionscheduledHandler
( _event: ScheduledEvent, env: Env, // eslint-disable-next-line @typescript-eslint/no-unused-vars _ctx
worker/src/index.ts:127
FunctiontagsHandler
(c: Context<{ Bindings: Env }>)
worker/src/handlers/tags.ts:32
FunctiontoggleExcludeTag
(tagName: string)
app/components/RandomApiModal/index.tsx:92
FunctiontoggleIncludeTag
(tagName: string)
app/components/RandomApiModal/index.tsx:80
FunctiontogglePreviewSidebar
()
app/page.tsx:433
FunctiontoggleTheme
()
app/hooks/useTheme.ts:25
FunctionupdateImageHandler
(c: Context<{ Bindings: Env }>)
worker/src/handlers/images.ts:145
FunctionuploadSingleHandler
(c: Context<{ Bindings: Env }>)
worker/src/handlers/upload.ts:21
FunctionuseConfig
()
app/hooks/useConfig.ts:8
FunctionuseImageDetail
(id: string | null)
app/hooks/useImages.ts:252
FunctionuseImages
(options: UseImagesOptions & { page?: number } = {})
app/hooks/useImages.ts:188
FunctionuseUpdateImage
()
app/hooks/useImages.ts:375
FunctionvalidateApiKeyHandler
(_c: Context<{ Bindings: Env }>)
worker/src/handlers/system.ts:18
FunctionvalidateFormat
(value: string | null)
worker/src/utils/validation.ts:55
← previous301–342 of 342, ranked by callers