MCPcopy Create free account

hub / github.com/cloudflare/claude-managed-agents / functions

Functions639 in github.com/cloudflare/claude-managed-agents

Methodcomplete
(uploadedParts: R2UploadedPart[])
worker-configuration.d.ts:2540
Methodconnect
(socket: Socket)
worker-configuration.d.ts:639
Methodconnect
* Connect directly to Hyperdrive as if it's your database, returning a TCP socket. * * Calling this method returns an identical socket to if you
worker-configuration.d.ts:12897
Methodconstructor
( public status: number, public body: unknown, message: string, )
frontend/src/api.ts:4
MethodcontentType
* The content type of the returned image
worker-configuration.d.ts:13169
MethodcontentType
* Returns the MIME type of the transformed media. * @returns A promise containing the content type string (e.g., 'image/jpeg', 'video/mp4')
worker-configuration.d.ts:13243
Methodcount
* The **`console.count()`** static method logs the number of times that this particular call to `count()` has been called. * * [MDN Reference](h
worker-configuration.d.ts:150
MethodcountReset
* The **`console.countReset()`** static method resets counter used with console/count_static. * * [MDN Reference](https://developer.mozilla.org/
worker-configuration.d.ts:156
Functioncreate
()
frontend/src/views/SessionFormView.tsx:30
MethodcreateDirectUpload
* Creates a direct upload that allows video uploads without an API key. * @param params Parameters for the direct upload * @returns The direct u
worker-configuration.d.ts:13839
MethodcreateMultipartUpload
( key: string, options?: R2MultipartOptions, )
worker-configuration.d.ts:2523
MethodcreateToken
* Create an access token for this repo. * @param scope Token scope: "write" (default) or "read". * @param ttl Time-to-live in seconds (default 8
worker-configuration.d.ts:11244
MethoddatabaseSize
()
worker-configuration.d.ts:3798
Methoddebug
* The **`console.debug()`** static method outputs a message to the console at the 'debug' log level. * * [MDN Reference](https://developer.mozil
worker-configuration.d.ts:162
Functiondelete
(key: string)
tests/helpers.ts:25
Methoddelete
(key: string, options?: DurableObjectPutOptions)
worker-configuration.d.ts:750
Methoddelete
(key: string, options?: DurableObjectPutOptions)
worker-configuration.d.ts:781
Methoddelete
(name: string)
worker-configuration.d.ts:840
Methoddelete
(key: Key)
worker-configuration.d.ts:2373
Methoddelete
(key: string)
worker-configuration.d.ts:4033
Methoddelete
* Delete a repository and all associated tokens. * @param name Repository name. * @returns true if deleted, false if not found.
worker-configuration.d.ts:11325
Methoddelete
* Delete a hosted image * @returns True if deleted, false if not found
worker-configuration.d.ts:13082
Methoddelete
* Deletes a video and its copies from Cloudflare Stream. * @returns A promise that resolves when deletion completes. * @throws {NotFoundError} i
worker-configuration.d.ts:13875
Methoddelete
* Removes the captions or subtitles from a video. * @param language The BCP 47 language tag to remove. * @returns A promise that resolves when d
worker-configuration.d.ts:14190
Methoddelete
* Delete the downloads for a video. Available types are `default` and `audio`. * Defaults to `default` when omitted. * @param downloadType The d
worker-configuration.d.ts:14222
Methoddelete
* Deletes a watermark profile. * @param watermarkId The watermark profile identifier. * @returns A promise that resolves when deletion completes
worker-configuration.d.ts:14283
MethoddeleteAlarm
(options?: DurableObjectSetAlarmOptions)
worker-configuration.d.ts:758
MethoddeleteAlarm
(options?: DurableObjectSetAlarmOptions)
worker-configuration.d.ts:792
MethoddeleteAll
(options?: DurableObjectPutOptions)
worker-configuration.d.ts:783
FunctiondeletePolicy
(env: Env, id: string)
src/egress/store.ts:47
MethoddeserializeAttachment
()
worker-configuration.d.ts:3745
Methoddetails
* Get metadata for a hosted image * @returns Image metadata, or null if not found
worker-configuration.d.ts:13065
Methoddetails
* Get a full videos details * @returns The full video details. * @throws {NotFoundError} if the video is not found * @throws {InternalError}
worker-configuration.d.ts:13859
Methoddir
* The **`console.dir()`** static method displays a list of the properties of the specified JavaScript object. * * [MDN Reference](https://develo
worker-configuration.d.ts:168
Methoddirxml
* The **`console.dirxml()`** static method displays an interactive tree of the descendant elements of the specified XML/HTML element. * * [MDN R
worker-configuration.d.ts:174
Methoddoctype
(doctype: Doctype)
worker-configuration.d.ts:1848
Methoddraw
* Draw an image on this transformer, returning a transform handle. * You can then apply more transformations, draw, or retrieve the output. * @p
worker-configuration.d.ts:13147
Methoddup
()
worker-configuration.d.ts:13490
Methodelement
(element: Element)
worker-configuration.d.ts:1843
Functionemail
( message: ForwardableEmailMessage, env: Env, ctx: ExecutionContext, )
src/index.ts:151
Methodend
(end: DocumentEnd)
worker-configuration.d.ts:1851
MethodenterSpan
( name: string, callback: (span: Span, ...args: A) => T, ...args: A )
worker-configuration.d.ts:4108
FunctionentryToDef
(entry: IsolateToolEntry)
src/tools/schemas.ts:94
Methodequals
(other: DurableObjectId)
worker-configuration.d.ts:664
Functionfetch
(req: Request)
tests/egress.test.ts:761
Methodfetch
( input: RequestInfo | URL, init?: RequestInit<RequestInitCfProperties>, )
worker-configuration.d.ts:365
Methodfetch
(request: Request)
worker-configuration.d.ts:638
Methodfetch
(request: Request)
src/isolate/gateway.ts:39
FunctionfetchImpl
(req)
tests/egress.test.ts:686
Functionfirst
()
tests/helpers.ts:438
Methodfork
* Fork this repo to a new repo. * @param name Target repository name. * @param opts Optional: description, readOnly flag, defaultBranchOnly (def
worker-configuration.d.ts:11262
Functionforward
(rcptTo: string)
tests/email-handler.test.ts:50
Methodforward
* Forward this email message to a verified destination address of the account. * @param rcptTo Verified destination address. * @param headers A
worker-configuration.d.ts:12673
MethodfromTrace
(item: TraceItem)
worker-configuration.d.ts:3371
Methodgenerate
* Generate captions or subtitles for the provided language via AI. * @param language The BCP 47 language tag to generate. * @returns The generat
worker-configuration.d.ts:14173
Methodgenerate
* Generates a download for a video when a video is ready to view. Available * types are `default` and `audio`. Defaults to `default` when omitted.
worker-configuration.d.ts:14204
Methodgenerate
* Generate a new watermark profile * @param input The image stream to upload * @param params The watermark creation parameters. * @returns Th
worker-configuration.d.ts:14244
MethodgenerateToken
* Creates a signed URL token for a video. * @returns The signed token that was created. * @throws {InternalError} if the signing key cannot be r
worker-configuration.d.ts:13881
Functionget
(key: string, type?: "text" | "json")
tests/helpers.ts:14
Functionget
(id: string, _cb: () => Promise<unknown>)
tests/egress.test.ts:53
Methodget
( key: string, options?: DurableObjectGetOptions, )
worker-configuration.d.ts:730
Methodget
( key: string, options?: DurableObjectGetOptions, )
worker-configuration.d.ts:761
Methodget
( name: string, getStartupOptions: () => | FacetStartupOptions<T> | Promise<FacetStartupOp
worker-configuration.d.ts:833
Methodget
( key: Key, options?: Partial<KVNamespaceGetOptions<undefined>>, )
worker-configuration.d.ts:2261
Methodget
( key: string, options: R2GetOptions & { onlyIf: R2Conditional | Headers; }, )
worker-configuration.d.ts:2492
Methodget
(key: string)
worker-configuration.d.ts:4030
Methodget
( name: string | null, getCode: () => WorkerLoaderWorkerCode | Promise<WorkerLoaderWorkerCode>, )
worker-configuration.d.ts:4058
Methodget
* Get a handle to an existing repository. * @param name Repository name. * @returns Repo handle.
worker-configuration.d.ts:11292
Methodget
* Retrieve the current stored value
worker-configuration.d.ts:12876
Methodget
* Get a secret from the Secrets Store, returning a string of the secret value * if it exists, or throws an error if it does not exist
worker-configuration.d.ts:13780
Methodget
* Lists the downloads created for a video. * @returns The current downloads for the video. * @throws {NotFoundError} if the video or downloads a
worker-configuration.d.ts:14213
Methodget
* Retrieves details for a single watermark profile. * @param watermarkId The watermark profile identifier. * @returns The watermark profile deta
worker-configuration.d.ts:14275
Methodget
* @param name Name of the Worker script. * @param args Arguments to Worker script. * @param options Options for Dynamic Dispatch invocation.
worker-configuration.d.ts:15141
MethodgetAlarm
(options?: DurableObjectGetAlarmOptions)
worker-configuration.d.ts:753
MethodgetAlarm
(options?: DurableObjectGetAlarmOptions)
worker-configuration.d.ts:787
MethodgetBookmarkForTime
(timestamp: number | Date)
worker-configuration.d.ts:798
MethodgetCurrentBookmark
()
worker-configuration.d.ts:797
MethodgetDurableObjectClass
( name?: string, options?: WorkerStubEntrypointOptions, )
worker-configuration.d.ts:4048
FunctiongetEntrypoint
()
tests/egress.test.ts:60
MethodgetHibernatableWebSocketEventTimeout
()
worker-configuration.d.ts:725
FunctiongetPolicy
(env: Env, id: string)
src/egress/store.ts:39
MethodgetTags
(ws: WebSocket)
worker-configuration.d.ts:726
MethodgetTcpPort
(port: number)
worker-configuration.d.ts:3908
MethodgetUnredacted
()
worker-configuration.d.ts:3325
MethodgetWebSocketAutoResponse
()
worker-configuration.d.ts:722
MethodgetWebSocketAutoResponseTimestamp
(ws: WebSocket)
worker-configuration.d.ts:723
MethodgetWebSockets
(tag?: string)
worker-configuration.d.ts:720
MethodgetWithMetadata
( key: Key, options?: Partial<KVNamespaceGetOptions<undefined>>, )
worker-configuration.d.ts:2313
Methodgroup
* The **`console.group()`** static method creates a new inline group in the Web console log, causing any subsequent console messages to be indented by
worker-configuration.d.ts:186
MethodgroupCollapsed
* The **`console.groupCollapsed()`** static method creates a new inline group in the console. * * [MDN Reference](https://developer.mozilla.org/
worker-configuration.d.ts:192
MethodgroupEnd
* The **`console.groupEnd()`** static method exits the current inline group in the console. * * [MDN Reference](https://developer.mozilla.org/do
worker-configuration.d.ts:198
MethodhandleEvent
(event: EventType)
worker-configuration.d.ts:989
MethodhasAttribute
(name: string)
worker-configuration.d.ts:1864
Methodhead
(key: string)
worker-configuration.d.ts:2491
Methodimage
* Get a handle for a hosted image * @param imageId The ID of the image (UUID or custom ID) * @returns A handle for per-image operations
worker-configuration.d.ts:13090
Methodimage
* The bytes of the response
worker-configuration.d.ts:13173
Methodimport
* Import a repository from an external git remote. * @param params Source URL and optional branch/depth, plus target name and options. * @return
worker-configuration.d.ts:11298
Methodinfo
* The **`console.info()`** static method outputs a message to the console at the 'info' log level. * * [MDN Reference](https://developer.mozilla
worker-configuration.d.ts:204
Methodinfo
* Get image metadata (type, width and height) * @throws {@link ImagesError} with code 9412 if input is not an image * @param stream The image by
worker-configuration.d.ts:13116
Methodinput
* Begin applying a series of transformations to an image * @param stream The image bytes * @returns A transform handle
worker-configuration.d.ts:13125
← previousnext →401–500 of 639, ranked by callers