Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/claude-managed-agents
/ functions
Functions
639 in github.com/cloudflare/claude-managed-agents
⨍
Functions
639
◇
Types & classes
599
Method
complete
(uploadedParts: R2UploadedPart[])
worker-configuration.d.ts:2540
Method
connect
(socket: Socket)
worker-configuration.d.ts:639
Method
connect
* 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
Method
constructor
( public status: number, public body: unknown, message: string, )
frontend/src/api.ts:4
Method
contentType
* The content type of the returned image
worker-configuration.d.ts:13169
Method
contentType
* 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
Method
count
* 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
Method
countReset
* The **`console.countReset()`** static method resets counter used with console/count_static. * * [MDN Reference](https://developer.mozilla.org/
worker-configuration.d.ts:156
Function
create
()
frontend/src/views/SessionFormView.tsx:30
Method
createDirectUpload
* 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
Method
createMultipartUpload
( key: string, options?: R2MultipartOptions, )
worker-configuration.d.ts:2523
Method
createToken
* 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
Method
databaseSize
()
worker-configuration.d.ts:3798
Method
debug
* 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
Function
delete
(key: string)
tests/helpers.ts:25
Method
delete
(key: string, options?: DurableObjectPutOptions)
worker-configuration.d.ts:750
Method
delete
(key: string, options?: DurableObjectPutOptions)
worker-configuration.d.ts:781
Method
delete
(name: string)
worker-configuration.d.ts:840
Method
delete
(key: Key)
worker-configuration.d.ts:2373
Method
delete
(key: string)
worker-configuration.d.ts:4033
Method
delete
* Delete a repository and all associated tokens. * @param name Repository name. * @returns true if deleted, false if not found.
worker-configuration.d.ts:11325
Method
delete
* Delete a hosted image * @returns True if deleted, false if not found
worker-configuration.d.ts:13082
Method
delete
* 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
Method
delete
* 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
Method
delete
* 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
Method
delete
* Deletes a watermark profile. * @param watermarkId The watermark profile identifier. * @returns A promise that resolves when deletion completes
worker-configuration.d.ts:14283
Method
deleteAlarm
(options?: DurableObjectSetAlarmOptions)
worker-configuration.d.ts:758
Method
deleteAlarm
(options?: DurableObjectSetAlarmOptions)
worker-configuration.d.ts:792
Method
deleteAll
(options?: DurableObjectPutOptions)
worker-configuration.d.ts:783
Function
deletePolicy
(env: Env, id: string)
src/egress/store.ts:47
Method
deserializeAttachment
()
worker-configuration.d.ts:3745
Method
details
* Get metadata for a hosted image * @returns Image metadata, or null if not found
worker-configuration.d.ts:13065
Method
details
* 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
Method
dir
* 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
Method
dirxml
* 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
Method
doctype
(doctype: Doctype)
worker-configuration.d.ts:1848
Method
draw
* 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
Method
dup
()
worker-configuration.d.ts:13490
Method
element
(element: Element)
worker-configuration.d.ts:1843
Function
email
( message: ForwardableEmailMessage, env: Env, ctx: ExecutionContext, )
src/index.ts:151
Method
end
(end: DocumentEnd)
worker-configuration.d.ts:1851
Method
enterSpan
( name: string, callback: (span: Span, ...args: A) => T, ...args: A )
worker-configuration.d.ts:4108
Function
entryToDef
(entry: IsolateToolEntry)
src/tools/schemas.ts:94
Method
equals
(other: DurableObjectId)
worker-configuration.d.ts:664
Function
fetch
(req: Request)
tests/egress.test.ts:761
Method
fetch
( input: RequestInfo | URL, init?: RequestInit<RequestInitCfProperties>, )
worker-configuration.d.ts:365
Method
fetch
(request: Request)
worker-configuration.d.ts:638
Method
fetch
(request: Request)
src/isolate/gateway.ts:39
Function
fetchImpl
(req)
tests/egress.test.ts:686
Function
first
()
tests/helpers.ts:438
Method
fork
* 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
Function
forward
(rcptTo: string)
tests/email-handler.test.ts:50
Method
forward
* 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
Method
fromTrace
(item: TraceItem)
worker-configuration.d.ts:3371
Method
generate
* 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
Method
generate
* 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
Method
generate
* 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
Method
generateToken
* 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
Function
get
(key: string, type?: "text" | "json")
tests/helpers.ts:14
Function
get
(id: string, _cb: () => Promise<unknown>)
tests/egress.test.ts:53
Method
get
( key: string, options?: DurableObjectGetOptions, )
worker-configuration.d.ts:730
Method
get
( key: string, options?: DurableObjectGetOptions, )
worker-configuration.d.ts:761
Method
get
( name: string, getStartupOptions: () => | FacetStartupOptions<T> | Promise<FacetStartupOp
worker-configuration.d.ts:833
Method
get
( key: Key, options?: Partial<KVNamespaceGetOptions<undefined>>, )
worker-configuration.d.ts:2261
Method
get
( key: string, options: R2GetOptions & { onlyIf: R2Conditional | Headers; }, )
worker-configuration.d.ts:2492
Method
get
(key: string)
worker-configuration.d.ts:4030
Method
get
( name: string | null, getCode: () => WorkerLoaderWorkerCode | Promise<WorkerLoaderWorkerCode>, )
worker-configuration.d.ts:4058
Method
get
* Get a handle to an existing repository. * @param name Repository name. * @returns Repo handle.
worker-configuration.d.ts:11292
Method
get
* Retrieve the current stored value
worker-configuration.d.ts:12876
Method
get
* 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
Method
get
* 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
Method
get
* Retrieves details for a single watermark profile. * @param watermarkId The watermark profile identifier. * @returns The watermark profile deta
worker-configuration.d.ts:14275
Method
get
* @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
Method
getAlarm
(options?: DurableObjectGetAlarmOptions)
worker-configuration.d.ts:753
Method
getAlarm
(options?: DurableObjectGetAlarmOptions)
worker-configuration.d.ts:787
Method
getBookmarkForTime
(timestamp: number | Date)
worker-configuration.d.ts:798
Method
getCurrentBookmark
()
worker-configuration.d.ts:797
Method
getDurableObjectClass
( name?: string, options?: WorkerStubEntrypointOptions, )
worker-configuration.d.ts:4048
Function
getEntrypoint
()
tests/egress.test.ts:60
Method
getHibernatableWebSocketEventTimeout
()
worker-configuration.d.ts:725
Function
getPolicy
(env: Env, id: string)
src/egress/store.ts:39
Method
getTags
(ws: WebSocket)
worker-configuration.d.ts:726
Method
getTcpPort
(port: number)
worker-configuration.d.ts:3908
Method
getUnredacted
()
worker-configuration.d.ts:3325
Method
getWebSocketAutoResponse
()
worker-configuration.d.ts:722
Method
getWebSocketAutoResponseTimestamp
(ws: WebSocket)
worker-configuration.d.ts:723
Method
getWebSockets
(tag?: string)
worker-configuration.d.ts:720
Method
getWithMetadata
( key: Key, options?: Partial<KVNamespaceGetOptions<undefined>>, )
worker-configuration.d.ts:2313
Method
group
* 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
Method
groupCollapsed
* The **`console.groupCollapsed()`** static method creates a new inline group in the console. * * [MDN Reference](https://developer.mozilla.org/
worker-configuration.d.ts:192
Method
groupEnd
* 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
Method
handleEvent
(event: EventType)
worker-configuration.d.ts:989
Method
hasAttribute
(name: string)
worker-configuration.d.ts:1864
Method
head
(key: string)
worker-configuration.d.ts:2491
Method
image
* 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
Method
image
* The bytes of the response
worker-configuration.d.ts:13173
Method
import
* 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
Method
info
* 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
Method
info
* 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
Method
input
* Begin applying a series of transformations to an image * @param stream The image bytes * @returns A transform handle
worker-configuration.d.ts:13125
← previous
next →
401–500 of 639, ranked by callers