MCPcopy Create free account

hub / github.com/cloudflare/computer / functions

Functions3,685 in github.com/cloudflare/computer

↓ 1 callersMethod#pumpFrames
(record: ExecutionRecord, readable: ReadableStream<Uint8Array>)
packages/computer/src/backends/worker-javascript/worker-javascript.ts:574
↓ 1 callersMethod#readyWithRestarts
( host: IWorkspaceContainerAPI, env: Record<string, string>, deadline: number, priorExit: { ex
packages/computer/src/backends/container/cloudflare-container.ts:337
↓ 1 callersMethod#reconcileAssignments
(state: WarmPoolState)
examples/think-compare-runtimes/worker/container-pool-manager.ts:136
↓ 1 callersMethod#reconcileWarmContainers
(state: WarmPoolState)
examples/think-compare-runtimes/worker/container-pool-manager.ts:145
↓ 1 callersMethod#requireGitNetwork
(operation: string)
packages/computer/src/runtime/bridge.ts:324
↓ 1 callersMethod#resolveCommandBackendId
(id: string | undefined)
packages/computer/src/workspace.ts:759
↓ 1 callersMethod#resolveFetcher
()
packages/computer/src/backends/worker-shell/worker-shell.ts:209
↓ 1 callersMethod#routedShell
()
packages/computer/src/workspace.ts:942
↓ 1 callersMethod#runModel
(prompt: string)
examples/assets/src/index.ts:88
↓ 1 callersMethod#scaleWarmContainersDown
(state: WarmPoolState)
examples/think-compare-runtimes/worker/container-pool-manager.ts:159
↓ 1 callersMethod#schedulePendingSync
(id: string)
packages/computer/src/workspace.ts:663
↓ 1 callersMethod#startAgents
(runId: string)
examples/think-compare-runtimes/worker/index.ts:123
↓ 1 callersMethod#waitForUpgrade
(deadline: number)
packages/computer/src/backends/container/cloudflare-container.ts:475
↓ 1 callersMethod__getWorkspaceStub
()
examples/think-compare-runtimes/worker/think/agents.ts:273
↓ 1 callersMethod_receivedError
(reason)
script/computerd-stub-soak.mjs:123
↓ 1 callersMethodaccept
(options?: WebSocketAcceptOptions)
examples/think/worker-configuration.d.ts:3158
↓ 1 callersFunctionaccess
(path, mode, cb)
packages/computerd/src/fuse/driver.ts:812
↓ 1 callersFunctionaccessFor
(paths: string[])
packages/computerd/src/fuse/backend.test.ts:5
↓ 1 callersFunctionaddAll
* Stage every working-tree change. Walks the status matrix and * splits the work: present-but-changed paths go through `add`, * worktree-deleted pat
packages/computer/src/git/staging.ts:108
↓ 1 callersFunctionaddColumnIfMissing
( host: WorkspaceModuleBackendHost, table: string, column: string, declaration: string, )
packages/computer/src/backends/worker-javascript/worker-javascript.ts:1264
↓ 1 callersFunctionaddNode
( db: Database, parentInode: number, name: string, options: { type?: "file" | "dir"; mode?: number; mt
packages/dofs/src/fs/resolve.test.ts:11
↓ 1 callersMethodaddRemote
(args: { fs: object; dir: string; remote: string; url: string; force?: boolean; })
packages/computer/src/git/network.ts:121
↓ 1 callersFunctionallRuntimesTerminal
(runtimes: Record<RuntimeId, RuntimeRunSummary>)
examples/think-compare-runtimes/src/run-state.ts:94
↓ 1 callersMethodallocSeq
()
packages/computerd/src/exec/log.ts:126
↓ 1 callersFunctionallocatePendingInode
(db: Database)
packages/dofs/src/fs/writeBuffer.ts:109
↓ 1 callersFunctionancestorDirs
(path: string)
packages/computer/src/git/worktree.ts:298
↓ 1 callersFunctionappendConcreteUnpairedToolCalls
( items: AgentWorkItem[], pending: Map<string, ReturnType<typeof factForEvent>[]>, )
examples/think-compare-runtimes/src/runtime-panel-model.ts:537
↓ 1 callersMethodappendEvent
(input: RunEventInput)
examples/think-compare-runtimes/worker/think/remote-recorder.ts:5
↓ 1 callersMethodappendFile
(path: string, content: string | Uint8Array, _options?: unknown)
packages/computer/src/backends/worker-shell/adapter.ts:156
↓ 1 callersMethodappendFileSync
( _path: string, _data: string | Buffer, _options?: { encoding?: BufferEncoding; mode?: number } |
packages/dofs/src/provider.ts:500
↓ 1 callersFunctionappendFinalMessage
(event: RunEvent)
examples/think-compare-runtimes/src/runtime-panel-model.ts:360
↓ 1 callersFunctionappendStream
(event: RunEvent, kind: "thinking" | "message", label: string)
examples/think-compare-runtimes/src/runtime-panel-model.ts:341
↓ 1 callersFunctionapplyAttributes
( runtimeSpan: Span, attributes: Readonly<Record<string, boolean | number | string | undefined>>, )
packages/computer/src/observe/cloudflare.ts:94
↓ 1 callersFunctionapplyEditsToNormalizedContent
( normalizedContent: string, edits: Edit[], path: string, )
packages/computer/src/tools/fs/edit-diff.ts:161
↓ 1 callersFunctionapplyExactEdits
(contents: string, edits: ExactEdit[])
examples/think-compare-runtimes/worker/runtime/file-tools.ts:100
↓ 1 callersMethodartifactsCLI
(input: ArtifactsCLIInput)
packages/computer/src/proxy.ts:195
↓ 1 callersFunctionartifactsModule
(capabilitiesImport: string)
packages/computer/src/backends/worker-javascript/module-graph.ts:377
↓ 1 callersFunctionasBytes
(value: Uint8Array | string)
packages/computer/src/git/pako-zlib-shim.test.ts:11
↓ 1 callersFunctionassertCompatibleOverwrite
( sourceType: NodeType, existingType: NodeType, path: string, )
packages/dofs/src/fs/rename.ts:168
↓ 1 callersFunctionassertEncodedSize
(value: WorkspaceRuntimeValue, maxBytes: number, name: string)
packages/computer/src/backends/worker-javascript/worker-javascript.ts:1211
↓ 1 callersFunctionassertEnv
(env: Record<string, string> | undefined, maxBytes: number)
packages/computer/src/backends/worker-javascript/worker-javascript.ts:1225
↓ 1 callersFunctionassertLoaderGraph
( modules: Record<string, string | { js?: string }>, maxSourceBytes: number, )
packages/computer/src/backends/worker-javascript/worker-javascript.ts:1178
↓ 1 callersFunctionassertPositiveInteger
(value: number, name: string)
packages/computer/src/backends/worker-javascript/worker-javascript.ts:1249
↓ 1 callersFunctionassertRenamed
(p: SQLiteWorkspaceProvider)
packages/dofs/src/provider.test.ts:436
↓ 1 callersFunctionassertResponseWithin
(value: unknown, maxBytes: number)
packages/computer/src/runtime/bridge.ts:476
↓ 1 callersFunctionassertSafeGitCliArguments
(argv: string[] | undefined)
packages/computer/src/runtime/bridge.ts:337
↓ 1 callersFunctionassertSandboxFixtureVisible
( session: SandboxRuntimeSession, fixture: ComparisonFixture, )
examples/think-compare-runtimes/worker/think/agents.ts:463
↓ 1 callersFunctionassertUnchanged
(p: SQLiteWorkspaceProvider)
packages/dofs/src/provider.test.ts:486
↓ 1 callersFunctionassertValue
(value: unknown, seen: WeakSet<object>)
packages/computer/src/runtime/capability.ts:260
↓ 1 callersMethodassets
()
packages/computer/src/workspace.ts:408
↓ 1 callersFunctionb64
(text: string)
packages/computer/src/backends/worker-javascript/frames.test.ts:26
↓ 1 callersFunctionbackend
(id: string, sync?: SyncRPC)
packages/computer/src/observe-integration.test.ts:91
↓ 1 callersFunctionbaseName
(path: string)
packages/computerd/src/fuse/driver.ts:287
↓ 1 callersFunctionbatchStub
(url)
script/computerd-soak.mjs:181
↓ 1 callersFunctionbenchMutation
( name: string, build: Build, batch: (db: Database, provider: SQLiteWorkspaceProvider) => number, )
packages/dofs/src/bench/fs-ops.bench.ts:142
↓ 1 callersFunctionbenchRead
( name: string, depth: number, build: Build, op: Op, iters: number, )
packages/dofs/src/bench/fs-ops.bench.ts:104
↓ 1 callersFunctionbinaryAvailable
()
packages/computerd/src/exec/runner.fuse.test.ts:55
↓ 1 callersFunctionblobBytesCount
(db: Database)
packages/dofs/src/fs/gc.test.ts:13
↓ 1 callersFunctionblobCount
(db: Database)
packages/dofs/src/fs/gc.test.ts:9
↓ 1 callersFunctionblobCount
(db: Database)
packages/dofs/src/fs/writeBuffer.test.ts:22
↓ 1 callersMethodboom
()
packages/rpc/tests/wire.test.ts:336
↓ 1 callersFunctionbootContainer
()
script/computerd-fuse-flush.mjs:42
↓ 1 callersFunctionbootContainer
(extraEnv = {})
script/computerd-soak.mjs:93
↓ 1 callersMethodbranch
(args: { fs: object; dir: string; ref: string; object?: string; checkout?: boolean; fo
packages/computer/src/git/refs.ts:11
↓ 1 callersMethodbranchDelete
Delete a branch.
packages/computer/src/git/index.ts:266
↓ 1 callersFunctionbridge
(limits: { maxCalls?: number; maxTotalRequestBytes?: number; maxTotalResponseBytes?: number; })
packages/computer/src/runtime/bridge.test.ts:9
↓ 1 callersFunctionbuildChainFile
(provider: SQLiteWorkspaceProvider, depth: number, content = "x")
packages/dofs/src/bench/fs-ops.bench.ts:182
↓ 1 callersFunctionbuildModuleGraph
(options: BuildModuleGraphOptions)
packages/computer/src/backends/worker-javascript/module-graph.ts:29
↓ 1 callersFunctionbuildMountRegistry
( mounts: Record<string, MountValue> | undefined, options: RegistryOptions, )
packages/computer/src/mounts/registry.ts:47
↓ 1 callersFunctionbuildTarget
(target)
packages/computerd/scripts/build-bin.mjs:79
↓ 1 callersFunctionbyteLength
(contents: string)
examples/think-compare-runtimes/worker/runtime/exec-tools.ts:73
↓ 1 callersFunctionbyteLength
(contents: string)
examples/think-compare-runtimes/worker/think/runtime-tools.ts:206
↓ 1 callersFunctionbytes
(text: string)
packages/computer/src/git/pako-zlib-shim.test.ts:7
↓ 1 callersFunctionbytesOf
(text: string)
packages/dofs/src/fs/resolveCache.test.ts:15
↓ 1 callersFunctionbytesOf
(text: string)
packages/dofs/src/fs/writeRange.test.ts:16
↓ 1 callersFunctionbytesOf
(text: string)
packages/dofs/src/fs/writeBuffer.test.ts:18
↓ 1 callersFunctioncacheFor
(db: Database)
packages/dofs/src/fs/blobCache.ts:33
↓ 1 callersFunctioncall
()
packages/computer/src/runtime/bridge.test.ts:18
↓ 1 callersFunctioncanAccess
(access: (path: string) => Promise<void>, path: string)
packages/computerd/src/fuse/backend.ts:86
↓ 1 callersMethodcancel
* The **`cancel()`** method of the ReadableStream interface returns a Promise that resolves when the stream is canceled. * * [MDN Reference]
examples/think/worker-configuration.d.ts:2247
↓ 1 callersMethodcancelComparison
()
examples/think-compare-runtimes/worker/think/agent-starter.ts:11
↓ 1 callersFunctioncancelForwarded
(reason: unknown)
packages/computer/src/mounts/index.ts:228
↓ 1 callersFunctioncapabilitiesModule
(maxCapabilityBytes: number)
packages/computer/src/backends/worker-javascript/module-graph.ts:239
↓ 1 callersFunctioncapacityHint
(error: string | null)
examples/think-compare-runtimes/src/runtime-wing.tsx:412
↓ 1 callersMethodcard
Run the agent.
examples/tutorial/src/index.ts:88
↓ 1 callersMethodcheckout
(args: { fs: object; dir: string; ref: string; filepaths?: string[]; force?: boolean;
packages/computer/src/git/clone.ts:38
↓ 1 callersMethodcheckout
(args: { fs: object; dir: string; ref: string; force?: boolean; cache?: object; })
packages/computer/src/git/worktree.ts:103
↓ 1 callersMethodcheckout
(args: { fs: object; dir: string; ref: string; filepaths?: string[]; force?: boolean;
packages/computer/src/git/refs.ts:30
↓ 1 callersMethodchmodSync
(path: string, mode: number)
packages/dofs/src/provider.ts:470
↓ 1 callersMethodchown
(path: string, uid: number, gid: number, cb: StatusCallback)
packages/computerd/src/fuse/driver.ts:84
↓ 1 callersFunctionchunkCount
(db: Database, path: string)
packages/dofs/src/fs/writeBuffer.test.ts:34
↓ 1 callersFunctionchunkHashes
(p: SQLiteWorkspaceProvider, path: string)
packages/dofs/src/provider.fd.test.ts:19
↓ 1 callersFunctionchunkRows
( db: Database, path: string, )
packages/dofs/src/fs/writeRange.test.ts:52
↓ 1 callersFunctionchunkRows
(db: Database, path: string)
packages/dofs/src/fs/writeFile.test.ts:41
↓ 1 callersFunctionchunksOf
(bytes: Uint8Array)
packages/dofs/src/fs/writeFile.ts:102
↓ 1 callersMethodclassify
(query: string)
packages/dofs/src/bench/counting-storage.ts:87
↓ 1 callersFunctionclearExecState
(db: Database)
packages/computerd/src/exec/schema.ts:49
↓ 1 callersFunctionclearResolveCache
(db: Database)
packages/dofs/src/fs/resolveCache.ts:127
↓ 1 callersFunctioncli
()
packages/computer/src/git/cli.test.ts:347
↓ 1 callersMethodclone
(args: { fs: object; http: object; dir: string; url: string; ref?: string; corsProxy?:
packages/computer/src/git/clone.ts:21
← previousnext →801–900 of 3,685, ranked by callers