MCPcopy Create free account

hub / github.com/cloudflare/computer / functions

Functions3,685 in github.com/cloudflare/computer

↓ 1 callersMethodclose
()
packages/dofs/src/provider.watch.test.ts:7
↓ 1 callersMethodclose
* The **`WebSocket.close()`** method closes the already `CLOSED`, this method does nothing. * * [MDN Reference](https://developer.mozilla.or
examples/think/worker-configuration.d.ts:3170
↓ 1 callersMethodclose
()
examples/think/worker-configuration.d.ts:3262
↓ 1 callersFunctioncloseServer
(server: Server)
packages/computerd/src/cli/computerd.ts:312
↓ 1 callersMethodcloseWorkspaceSession
( runId: string, workspace: Workspace, recorder: RuntimeThinkToolRecorder, assignedContainerId
examples/think-compare-runtimes/worker/think/agents.ts:355
↓ 1 callersFunctioncollect
(stream: ReadableStream<RuntimeFrame>)
packages/computer/src/backends/worker-javascript/frames.test.ts:15
↓ 1 callersFunctioncollectAssistantText
(messages: Array<{ role?: string; parts?: Array<unknown> }>)
examples/think-compare-runtimes/worker/think/agents.ts:520
↓ 1 callersFunctioncollectDbStats
(db: Database)
packages/computerd/src/cli/computerd.ts:131
↓ 1 callersFunctioncollectHashes
(entries: ChangeEntry[])
packages/dofs/src/sync/push.test.ts:144
↓ 1 callersFunctioncollectObjects
( db: import("../storage.js").Database, entries: ChangeEntry[], )
packages/dofs/src/sync/apply.test.ts:36
↓ 1 callersFunctioncollectRefToRef
( opts: DiffWithDeps, dir: string, from: string, to: string, )
packages/computer/src/git/diff.ts:196
↓ 1 callersFunctioncommandSubstitutions
(command: string)
examples/think-compare-runtimes/worker/runtime/workspace.ts:118
↓ 1 callersFunctioncommit
(path: string, content: string, message: string)
packages/computer/src/git/refs.test.ts:32
↓ 1 callersFunctioncommit
(name: string, content: string, message: string)
packages/computer/src/git/status.test.ts:28
↓ 1 callersFunctioncommit
(name: string, content: string, message: string)
packages/computer/src/git/worktree.test.ts:35
↓ 1 callersFunctioncommit
(path: string, content: string, message: string)
packages/computer/src/git/reads.test.ts:32
↓ 1 callersMethodcommit
(args: { fs: object; dir: string; message: string; author?: GitCommitIdentity; committer?:
packages/computer/src/git/commit.ts:34
↓ 1 callersFunctioncommitFile
(path: string, content: string, message: string)
packages/computer/src/git/diff.test.ts:33
↓ 1 callersFunctioncompileGlob
(pattern: string)
packages/dofs/src/fs/find.ts:70
↓ 1 callersFunctioncomposite
( sync: import("@cloudflare/computer-rpc").SyncRPC, shell?: Partial<import("@cloudflare/computer-rpc").She
packages/computer/src/stub.test.ts:32
↓ 1 callersFunctioncomposite
(sync: SyncRPC)
packages/computer/src/observe-integration.test.ts:78
↓ 1 callersFunctioncomputeManifestHash
(chunks: ManifestChunk[])
packages/dofs/src/sync/manifests.ts:54
↓ 1 callersMethodconfigSet
Write a single config key.
packages/computer/src/git/index.ts:300
↓ 1 callersFunctionconnect
()
packages/computerd/src/cli/computerd.test.ts:339
↓ 1 callersFunctioncontainerConfig
( config: WranglerConfig, className: string, )
examples/think-compare-runtimes/worker/wrangler-config.test.ts:63
↓ 1 callersFunctioncontainerLeaseSegments
(events: RunEvent[], target: ExecutionTarget)
examples/think-compare-runtimes/src/runtime-panel-model.ts:187
↓ 1 callersFunctioncontainerLifecycleDetail
( event: RunEvent, )
examples/think-compare-runtimes/src/runtime-panel-model.ts:277
↓ 1 callersFunctioncontainerSleepAfterMs
(env: { CONTAINER_SLEEP_AFTER?: string })
examples/think-compare-runtimes/worker/container-config.ts:16
↓ 1 callersFunctioncontainerState
( runtime: RuntimeId, status: RuntimeRunStatus, facts: RunEventFact[], containerExecs: number, )
examples/think-compare-runtimes/src/dashboard-model.ts:121
↓ 1 callersMethodcopyFileSync
(_src: string, _dest: string, _mode?: number)
packages/dofs/src/provider.ts:526
↓ 1 callersFunctioncountBlobs
(db: Database)
packages/dofs/src/fs/rm.test.ts:23
↓ 1 callersFunctioncountChanges
* Count added / removed content lines in a unified patch. Only * count lines inside hunks (after an `@@` header) so file headers * are ignored while
packages/computer/src/git/diff.ts:238
↓ 1 callersFunctioncountOccurrences
(content: string, oldText: string)
packages/computer/src/tools/fs/edit-diff.ts:117
↓ 1 callersFunctioncreate
(path, mode, cb)
packages/computerd/src/fuse/driver.ts:544
↓ 1 callersFunctioncreate
(name, opts)
packages/computer/src/artifacts/client.ts:114
↓ 1 callersMethodcreate
(path: string, mode: number, cb: ResultCallback<number>)
packages/computerd/src/fuse/driver.ts:55
↓ 1 callersFunctioncreateAdapter
()
examples/think-compare-runtimes/worker/think/runtime-tools.test.ts:6
↓ 1 callersFunctioncreateAll
(provider: SQLiteWorkspaceProvider, value: string)
packages/dofs/src/bench/fs-ops.bench.ts:400
↓ 1 callersFunctioncreateDir
( db: Database, parentInode: number, name: string, mode: number, mtime: number, rev: number, )
packages/dofs/src/fs/mkdir.ts:42
↓ 1 callersFunctioncreateDisabledArtifactsClient
()
packages/computer/src/workspace.ts:971
↓ 1 callersFunctioncreateExecTool
( options: ExecToolOptions, )
packages/computer/src/tools/exec.ts:32
↓ 1 callersFunctioncreateFixtureFiles
()
examples/think-compare-runtimes/shared/fixture.test.ts:133
↓ 1 callersFunctioncreateHTTPServer
( info: ComputerdInfo, rpc: ReturnType<typeof createWorkspaceServer>, getStats?: () => Record<string, un
packages/computerd/src/cli/computerd.ts:167
↓ 1 callersFunctioncreateHighlightLines
(tokens: HighlightToken[][], code: string)
examples/think-compare-runtimes/src/markdown-text.tsx:232
↓ 1 callersFunctioncreateListTool
(options: ListToolOptions)
packages/computer/src/tools/fs/list.ts:18
↓ 1 callersFunctioncreatePublishTool
( options: PublishToolOptions, )
packages/computer/src/tools/publish.ts:16
↓ 1 callersFunctioncreateRuntime
()
examples/think-compare-runtimes/worker/container-pools.test.ts:270
↓ 1 callersMethodcreateRuntime
(env: SandboxPoolEnv)
examples/think-compare-runtimes/worker/sandbox-container-pool.ts:11
↓ 1 callersFunctioncreateRuntimeThinkTool
({ runtime, recorder, name, description, inputSchema, execute, }: CreateRuntimeThinkToolOptions)
examples/think-compare-runtimes/worker/think/runtime-tools.ts:138
↓ 1 callersMethodcreateSandboxSession
(runId: string)
examples/think-compare-runtimes/worker/think/agents.ts:417
↓ 1 callersFunctioncreateSandboxWarmPoolRuntime
(env: SandboxPoolEnv)
examples/think-compare-runtimes/worker/sandbox-container-pool.ts:16
↓ 1 callersMethodcreateSession
(options: { id: string; cwd: string })
examples/think-compare-runtimes/worker/think/agents.ts:444
↓ 1 callersFunctioncreateWatchAsyncIterable
(watcher: WatchHandle)
packages/dofs/src/fs/watch.ts:125
↓ 1 callersFunctioncreateWatcher
( db: Database, path: string, options: WatchOptions, defaultInterval: number, )
packages/dofs/src/fs/watch.ts:45
↓ 1 callersMethodcreateWorkspaceSession
( config: RunConfig, recorder: RuntimeThinkToolRecorder, )
examples/think-compare-runtimes/worker/think/agents.ts:307
↓ 1 callersFunctioncreateWriteAPI
(opts: WriteAPIOptions)
packages/computer/src/mounts/index.ts:183
↓ 1 callersFunctionctx
(cwd = "/workspace")
packages/computer/src/backends/worker-shell/assets-command.test.ts:5
↓ 1 callersMethodcurrentBranch
(args: { fs: object; dir: string; fullname?: boolean })
packages/computer/src/git/reads.ts:65
↓ 1 callersMethodcurrentBranch
(args: { fs: object; dir: string; fullname?: boolean })
packages/computer/src/git/worktree.ts:118
↓ 1 callersFunctioncursorComplete
(after: ChangeCursor, current: ChangeCursor)
packages/rpc/src/sync-driver.ts:275
↓ 1 callersMethoddebug
* The **`console.debug()`** static method outputs a message to the console at the 'debug' log level. * * [MDN Reference](https://developer.m
examples/think/worker-configuration.d.ts:130
↓ 1 callersFunctiondecode
(value: Uint8Array)
packages/computerd/src/exec/runner.test.ts:49
↓ 1 callersFunctiondecode
(data: Uint8Array)
packages/computer/src/tools/ai.test.ts:37
↓ 1 callersFunctiondecodeBase32
(text: string)
packages/computer/src/assets/base32.ts:58
↓ 1 callersFunctiondecodeBase64
(value: string)
packages/computer/src/backends/worker-javascript/frames.ts:67
↓ 1 callersFunctiondecodeBase64
(b64: string)
examples/assets/src/index.ts:189
↓ 1 callersFunctiondecodeBytes
(value: unknown)
packages/computer/src/runtime/bridge.ts:389
↓ 1 callersFunctiondecodeEvent
( id: string, seq: number, name: WorkspaceRuntimeEvent["name"], payload: Uint8Array, )
packages/computer/src/backends/worker-javascript/worker-javascript.ts:895
↓ 1 callersFunctiondecodeLatin1ToUtf8
(b: string)
packages/computer/src/backends/worker-shell/git-command.ts:30
↓ 1 callersFunctiondeepChildPath
(depth: number)
packages/dofs/src/sync/apply.test.ts:32
↓ 1 callersFunctiondeferred
()
examples/think-compare-runtimes/worker/runtime-agent-handles.test.ts:42
↓ 1 callersFunctiondeferred
()
examples/think-compare-runtimes/worker/think/agent-starter.test.ts:209
↓ 1 callersMethoddeleteBranch
(args: { fs: object; dir: string; ref: string })
packages/computer/src/git/refs.ts:19
↓ 1 callersMethoddeleteRemote
(args: { fs: object; dir: string; remote: string })
packages/computer/src/git/network.ts:128
↓ 1 callersMethoddeleteSession
(sessionId: string)
examples/think-compare-runtimes/worker/think/agents.ts:445
↓ 1 callersFunctiondeleteSubtreeFromShadow
(shadow: Shadow, vfsPath: string)
packages/computerd/src/shim/shim.ts:515
↓ 1 callersMethoddeleteTag
(args: { fs: object; dir: string; ref: string })
packages/computer/src/git/refs.ts:28
↓ 1 callersFunctiondepth
(path: string)
packages/computerd/src/shim/shim.ts:509
↓ 1 callersFunctionderiveRuntimeSummary
(events: RunEvent[], runtime: RuntimeId)
examples/think-compare-runtimes/src/run-state.ts:72
↓ 1 callersMethoddestroyContainer
(containerId: string)
examples/think-compare-runtimes/worker/container-pool-manager.ts:5
↓ 1 callersMethoddestroyWarmContainer
()
examples/think-compare-runtimes/worker/computer-container-pool.ts:21
↓ 1 callersFunctiondetailFieldsForEvent
(event: RunEvent)
examples/think-compare-runtimes/src/run-event-facts.ts:86
↓ 1 callersFunctiondetectLineEnding
(content: string)
packages/computer/src/tools/fs/edit-diff.ts:12
↓ 1 callersFunctiondiff
(a: Record<string, number>, b: Record<string, number>)
packages/computer/tests/stub-soak.test.ts:59
↓ 1 callersFunctiondirentForPath
( db: Database, path: string, inode: number, )
packages/dofs/src/sync/apply.ts:161
↓ 1 callersFunctiondirname
(path: string)
examples/think-compare-runtimes/worker/runtime/seed.ts:30
↓ 1 callersFunctiondisableDirectWrites
(vfs: unknown)
packages/computerd/src/fuse/driver.test.ts:51
↓ 1 callersMethoddisposeExec
(input: { id: string })
packages/rpc/src/interface.ts:132
↓ 1 callersMethoddisposeExec
(input: { id: string })
packages/computer/src/runtime/types.ts:159
↓ 1 callersFunctiondisposeQuietly
(value: { [Symbol.dispose]?: () => void })
packages/computer/src/backends/worker-shell/worker-shell.ts:353
↓ 1 callersMethoddisposeRuntime
(id: string)
packages/computer/tests/script-runner-worker.ts:131
↓ 1 callersFunctiondockerAvailable
()
packages/computerd/src/exec/runner.fuse.test.ts:46
↓ 1 callersFunctiondockerExec
(cid, ...cmd)
script/computerd-fuse-flush.mjs:106
↓ 1 callersFunctiondockerStats
(cids)
script/computerd-soak.mjs:159
↓ 1 callersFunctiondrain
(it: AsyncIterable<T>)
packages/dofs/src/sync/fetch.test.ts:8
↓ 1 callersFunctiondrain
(it: AsyncIterable<T>)
packages/dofs/src/sync/apply.test.ts:20
↓ 1 callersFunctiondrain
(it: AsyncIterable<T>)
packages/dofs/src/sync/push.test.ts:63
↓ 1 callersFunctiondrain
(it: AsyncIterable<T>)
packages/dofs/src/sync/coalesce.test.ts:15
↓ 1 callersFunctiondrain
(stream: ReadableStream<Uint8Array>)
packages/dofs/src/fs/readFile.test.ts:8
↓ 1 callersFunctiondrain
(stream: ReadableStream<ExecEvent>)
packages/computerd/src/exec/runner.test.ts:34
← previousnext →901–1,000 of 3,685, ranked by callers