MCPcopy Create free account

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

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

↓ 1 callersFunctionstripJsonc
(text)
scripts/sync-vpc-bindings.mjs:48
↓ 1 callersFunctionstripLeadingH1
(content: string)
frontend/src/views/DocView.tsx:126
↓ 1 callersFunctiontoContentBlocks
(content: string | unknown[])
src/isolate/custom-dispatch.ts:323
↓ 1 callersFunctiontoWorkspaceEntry
(e: { path: string; name: string; type: "file" | "directory" | "symlink"; mimeType: string; size: nu
src/isolate/runner.ts:651
↓ 1 callersFunctiontoggle
(id: string)
frontend/src/views/WebhookEventsView.tsx:88
↓ 1 callersMethodtoolNamesMatch
(desired: string[])
src/isolate/runner.ts:194
↓ 1 callersFunctiontruncate
(s: string, max: number)
src/helpers.ts:68
↓ 1 callersFunctionupdateRule
(idx: number, patch: Partial<EgressRule>)
frontend/src/views/EgressView.tsx:442
↓ 1 callersFunctionvalidatePolicy
(input: unknown)
src/api/index.ts:170
↓ 1 callersFunctionverifyStandardWebhook
( signatureHeader: string, webhookId: string, webhookTimestamp: string, rawBody: ArrayBuffer, secret
src/webhooks.ts:74
↓ 1 callersFunctionwithBetaQuery
(path: string)
src/anthropic.ts:24
↓ 1 callersFunctionwriteTool
(sandbox: SandboxLike)
src/microvm/stock-tools.ts:138
↓ 1 callersFunctionzCallServiceSchema
(enumValues: [string, ...string[]])
src/tools/cf/vpc.ts:107
Method"assert"
(condition?: boolean, ...data: any[])
worker-configuration.d.ts:138
FunctionAgentDetailRoute
()
frontend/src/App.tsx:449
FunctionAgentDetailView
({ agentId, navigate }: { agentId: string; navigate: (v: View) => void })
frontend/src/views/AgentDetailView.tsx:31
FunctionAgentFormRoute
()
frontend/src/App.tsx:454
FunctionAgentFormView
({ agentId, navigate }: { agentId?: string; navigate: (v: View) => void })
frontend/src/views/AgentFormView.tsx:41
FunctionAgentsRoute
()
frontend/src/App.tsx:445
FunctionAgentsView
({ navigate }: { navigate: (v: View) => void })
frontend/src/views/AgentsView.tsx:13
FunctionApp
()
frontend/src/App.tsx:156
FunctionAppBreadcrumbs
({ navigate, items, current, }: { navigate: (v: View) => void; items: Array<{ label: ReactNode; view
frontend/src/components/AppBreadcrumbs.tsx:8
FunctionAppRoutes
()
frontend/src/App.tsx:481
FunctionAppShell
()
frontend/src/App.tsx:166
FunctionApplyToRow
({ matcher, fieldsListId, onChange, onRemove, }: { matcher: ApplyToMatcher; fieldsListId: string;
frontend/src/views/EgressView.tsx:833
FunctionBackendChip
({ backend }: { backend: AgentBackend })
frontend/src/components/BackendChip.tsx:6
FunctionCopyButton
({ text, label = "Copy", copiedLabel = "Copied", compact = false, title, }: { text: string | (() =
frontend/src/components/CopyButton.tsx:14
FunctionDocRoute
()
frontend/src/App.tsx:476
FunctionDocView
({ slug }: { slug: string })
frontend/src/views/DocView.tsx:15
FunctionEgressView
()
frontend/src/views/EgressView.tsx:101
FunctionEnvironmentDetailRoute
()
frontend/src/App.tsx:438
FunctionEnvironmentDetailView
({ sessionId, navigate }: Props)
frontend/src/views/EnvironmentDetailView.tsx:34
FunctionEnvironmentsRoute
()
frontend/src/App.tsx:434
FunctionEnvironmentsView
({ navigate, }: { navigate: (v: View) => void; })
frontend/src/views/EnvironmentsView.tsx:17
FunctionMobileSidebarTrigger
()
frontend/src/App.tsx:351
FunctionMultiPillInput
({ values, onChange, placeholder, label, description, ariaLabel, }: MultiPillInputProps)
frontend/src/components/MultiPillInput.tsx:17
FunctionNavGroupSection
({ group, activeNav, navigateTo, }: { group: NavGroup; activeNav: NavId | null; navigateTo: (id: N
frontend/src/App.tsx:301
FunctionPageHeader
({ icon: IconComp, title, description, actions }: PageHeaderProps)
frontend/src/components/PageHeader.tsx:14
FunctionPolicyForm
({ draft, secrets, vpc, dataFields, agents, onChange, onCancel, onSave, }: PolicyFormProps)
frontend/src/views/EgressView.tsx:394
FunctionRuleCard
({ rule, secrets, vpc, onChange, onRemove, }: { rule: EgressRule; secrets: SecretItem[]; vpc:
frontend/src/views/EgressView.tsx:673
FunctionRuleEditor
({ rule, secrets, vpc, onChange, }: { rule: EgressRule; secrets: SecretItem[]; vpc: VpcBinding[]
frontend/src/views/EgressView.tsx:712
FunctionSecretsView
()
frontend/src/views/SecretsView.tsx:11
FunctionSection
({ title, description, actions, children, }: { title?: ReactNode; description?: ReactNode; actio
frontend/src/components/Section.tsx:6
FunctionSessionDetailRoute
()
frontend/src/App.tsx:465
FunctionSessionDetailView
({ sessionId, navigate }: { sessionId: string; navigate: (v: View) => void })
frontend/src/views/SessionDetailView.tsx:18
FunctionSessionFormRoute
()
frontend/src/App.tsx:472
FunctionSessionFormView
({ navigate }: { navigate: (v: View) => void })
frontend/src/views/SessionFormView.tsx:14
FunctionSessionsRoute
()
frontend/src/App.tsx:461
FunctionSessionsView
({ navigate }: { navigate: (v: View) => void })
frontend/src/views/SessionsView.tsx:26
FunctionSetupBanner
({ config }: { config: ConfigResponse | null })
frontend/src/App.tsx:368
FunctionSnapshotsBanner
({ config }: { config: ConfigResponse | null })
frontend/src/App.tsx:405
FunctionStatusBadge
({ status, kind, }: { status: string | undefined; kind: "container" | "session"; })
frontend/src/components/StatusBadge.tsx:9
FunctionTerminalPane
({ sessionId, visible, onLog, }: { sessionId: string; visible: boolean; onLog: (m: string, intent?
frontend/src/views/EnvironmentDetailView.tsx:231
FunctionToastProvider
({ children }: { children: ReactNode })
frontend/src/toasts.tsx:16
FunctionTopBar
({ config, configError, }: { config: ConfigResponse | null; configError: string | null; })
frontend/src/App.tsx:242
FunctionVpcView
()
frontend/src/views/VpcView.tsx:30
FunctionWebhookEventsView
()
frontend/src/views/WebhookEventsView.tsx:26
FunctionWorkspaceBrowser
({ sessionId }: { sessionId: string })
frontend/src/components/WorkspaceBrowser.tsx:18
Method[Symbol.asyncIterator]
( options?: ReadableStreamValuesOptions, )
worker-configuration.d.ts:2795
Function_forwardedTo
()
tests/email-handler.test.ts:53
Function_rejected
()
tests/email-handler.test.ts:56
Methodabort
(reason?: string)
worker-configuration.d.ts:727
Methodabort
(name: string, reason: any)
worker-configuration.d.ts:839
Methodaccept
(options?: WebSocketAcceptOptions)
worker-configuration.d.ts:3731
MethodacceptWebSocket
(ws: WebSocket, tags?: string[])
worker-configuration.d.ts:719
Methodack
()
worker-configuration.d.ts:2459
MethodackAll
()
worker-configuration.d.ts:2466
MethodackAll
()
worker-configuration.d.ts:2473
FunctionaddTerminal
()
frontend/src/views/EnvironmentDetailView.tsx:67
Methodaddress
()
worker-configuration.d.ts:13297
Methodafter
( content: string | ReadableStream | Response, options?: ContentOptions, )
worker-configuration.d.ts:1871
Methodafter
( content: string | ReadableStream | Response, options?: ContentOptions, )
worker-configuration.d.ts:1901
Methodafter
(content: string, options?: ContentOptions)
worker-configuration.d.ts:1911
Methodafter
( content: string | ReadableStream | Response, options?: ContentOptions, )
worker-configuration.d.ts:1923
Methodalarm
(alarmInfo?: AlarmInvocationInfo)
worker-configuration.d.ts:640
Functionall
()
tests/helpers.ts:435
Functionannotate
(entry: ToolCatalogEntry)
frontend/src/views/AgentFormView.tsx:136
Methodappend
(content: string, options?: ContentOptions)
worker-configuration.d.ts:1934
Functionarchive
()
frontend/src/views/SessionDetailView.tsx:82
Methodatob
(data: string)
worker-configuration.d.ts:347
Methodbefore
( content: string | ReadableStream | Response, options?: ContentOptions, )
worker-configuration.d.ts:1867
Methodbefore
( content: string | ReadableStream | Response, options?: ContentOptions, )
worker-configuration.d.ts:1897
Methodbefore
(content: string, options?: ContentOptions)
worker-configuration.d.ts:1910
Methodbefore
( content: string | ReadableStream | Response, options?: ContentOptions, )
worker-configuration.d.ts:1919
Functionbind
(...args: unknown[])
tests/helpers.ts:428
Methodblob
()
worker-configuration.d.ts:2568
MethodblockConcurrencyWhile
(callback: () => Promise<T>)
worker-configuration.d.ts:718
Methodbody
()
worker-configuration.d.ts:2562
MethodbodyUsed
()
worker-configuration.d.ts:2563
Methodbtoa
(data: string)
worker-configuration.d.ts:346
Methodbytes
()
worker-configuration.d.ts:2565
Methodbytes
* Get the raw image data for a hosted image * @returns ReadableStream of image bytes, or null if not found
worker-configuration.d.ts:13070
Methodcancel
* The **`cancel()`** method of the ReadableStream interface returns a Promise that resolves when the stream is canceled. * * [MDN Reference](htt
worker-configuration.d.ts:2757
Functionclear
()
frontend/src/views/WebhookEventsView.tsx:77
MethodclearInterval
(timeoutId: number | null)
worker-configuration.d.ts:361
MethodclearTimeout
(timeoutId: number | null)
worker-configuration.d.ts:354
Methodclone
* The **`clone()`** method of the Response interface creates a clone of a response object, identical in every way, but stored in a different variable.
worker-configuration.d.ts:2067
Methodclosed
()
worker-configuration.d.ts:3827
Methodcomments
(comment: Comment)
worker-configuration.d.ts:1844
Methodcomments
(comment: Comment)
worker-configuration.d.ts:1849
← previousnext →301–400 of 639, ranked by callers