MCPcopy Create free account

hub / github.com/cloudflare/computer / functions

Functions3,685 in github.com/cloudflare/computer

↓ 3 callersFunctioncreateAssets
(options: CreateAssetsOptions)
packages/computer/src/assets/index.ts:191
↓ 3 callersFunctioncreateFileSync
( db: Database, path: string, options: WriteFileOptions, now: () => number, )
packages/dofs/src/fs/writeFile.ts:481
↓ 3 callersMethodcreateFileSync
(path: string, options?: { mode?: number })
packages/computerd/src/fuse/driver.ts:214
↓ 3 callersFunctioncreateInstrumentedFixtureRuntime
({ runtime, inner, recorder, }: InstrumentedFixtureRuntimeOptions)
examples/think-compare-runtimes/worker/runtime/instrumented.ts:11
↓ 3 callersFunctioncreateRuntimeExecTool
({ runtime, runner, recorder, }: RuntimeExecToolOptions)
examples/think-compare-runtimes/worker/runtime/exec-tools.ts:34
↓ 3 callersFunctioncreateRuntimeFileTools
({ runtime, store, recorder, }: RuntimeFileToolsOptions)
examples/think-compare-runtimes/worker/runtime/file-tools.ts:26
↓ 3 callersFunctioncreateRuntimeThinkTools
({ adapter, recorder, }: RuntimeThinkToolsOptions)
examples/think-compare-runtimes/worker/think/runtime-tools.ts:62
↓ 3 callersFunctioncreateSandboxCommandRunner
(sandbox: SandboxCommandTarget)
examples/think-compare-runtimes/worker/runtime/sandbox.ts:48
↓ 3 callersFunctioncreateSandboxFileStore
(sandbox: SandboxFileStoreTarget)
examples/think-compare-runtimes/worker/runtime/sandbox.ts:34
↓ 3 callersFunctioncreateSandboxRuntimeAdapter
(options: SandboxRuntimeAdapterOptions)
examples/think-compare-runtimes/worker/runtime/adapter.ts:66
↓ 3 callersFunctioncreateWorkspaceCommandRunner
( workspace: WorkspaceCommandTarget, )
examples/think-compare-runtimes/worker/runtime/workspace.ts:53
↓ 3 callersFunctioncreateWorkspaceFileStore
(workspace: WorkspaceFileStoreTarget)
examples/think-compare-runtimes/worker/runtime/workspace.ts:42
↓ 3 callersFunctioncredentialURL
(remote: string, token: string)
packages/computer/src/artifacts/cli.ts:306
↓ 3 callersMethoddelete
(keys: string | string[])
examples/think/worker-configuration.d.ts:2034
↓ 3 callersFunctiondestroyContainerExpectingExit
( ctx: DurableObjectState, container: ContainerHandle, )
packages/computer/src/backends/container/container-lifecycle.ts:122
↓ 3 callersMethoddiff
Unified diff between a ref (default HEAD) and the working tree.
packages/computer/src/git/index.ts:236
↓ 3 callersFunctiondirShadow
(mtimeMs: number)
packages/computerd/src/shim/shim.ts:505
↓ 3 callersMethodequals
(other: DurableObjectId)
examples/think/worker-configuration.d.ts:515
↓ 3 callersFunctionerrorJSON
(error: unknown, status: number)
examples/container/src/index.ts:243
↓ 3 callersFunctionerrorJSON
(error: unknown, status: number)
examples/worker-shell/src/index.ts:203
↓ 3 callersFunctionerrorJSON
(error: unknown, status: number)
examples/worker-javascript/src/index.ts:149
↓ 3 callersFunctionerrorMessage
(cause: unknown)
packages/computer/src/git/staging.ts:191
↓ 3 callersMethodexists
(path: string)
packages/computer/src/backends/worker-shell/adapter.ts:38
↓ 3 callersFunctionfactsForRuntime
( events: RunEvent[], runtime: RuntimeId, policy: RuntimeMatchPolicy, )
examples/think-compare-runtimes/src/run-event-facts.ts:66
↓ 3 callersFunctionfakeRpc
()
packages/computer/src/workspace.test.ts:43
↓ 3 callersFunctionfakeRuntime
(promisedProperties = false)
packages/computer/src/client.test.ts:25
↓ 3 callersFunctionfetch
(options = {})
packages/computer/src/git/index.ts:566
↓ 3 callersFunctionfileSizeForInode
(db: Database, inode: number)
packages/dofs/src/fs/writeFile.ts:373
↓ 3 callersFunctionfind
(db: Database, directory: string, pattern?: string)
packages/dofs/src/fs/find.ts:17
↓ 3 callersMethodfind
(directory: string, pattern?: string)
packages/computer/src/backends/worker-shell/adapter.ts:44
↓ 3 callersFunctionfinish
()
packages/computer/src/shell.ts:512
↓ 3 callersFunctionflushReads
()
examples/think-compare-runtimes/src/runtime-panel-model.ts:324
↓ 3 callersMethodget
(key: string)
packages/computer/src/mounts/providers/r2.ts:30
↓ 3 callersMethodgetContainer
()
examples/think-compare-runtimes/worker/computer-container-pool.ts:58
↓ 3 callersMethodgetEntrypoint
(name?: string, options?: WorkerStubEntrypointOptions)
examples/think/worker-configuration.d.ts:3489
↓ 3 callersMethodgetExec
(input: { id: string; after?: number | "tail" })
packages/computer/src/backends/worker-shell/worker-shell.ts:47
↓ 3 callersMethodgetExec
(input: { id: string; after?: number | "tail" })
packages/computer/src/runtime/types.ts:157
↓ 3 callersFunctiongetReadOnlyMountRoots
(db: Database)
packages/dofs/src/fs/mount-guard.ts:39
↓ 3 callersFunctiongetRuntimeAgentHandles
({ runId, workspaceNamespace, sandboxNamespace, getAgent = getRuntimeAgentByName, }: GetRuntimeAgentHa
examples/think-compare-runtimes/worker/runtime-agent-handles.ts:16
↓ 3 callersMethodgetToken
* Get a single token's metadata by id. The binding has no direct * accessor and no token-list cursor, so this filters the page * returned by `li
packages/computer/src/artifacts/client.ts:87
↓ 3 callersFunctionhasObjects
(db: Database, hashes: Uint8Array[])
packages/dofs/src/sync/fetch.ts:47
↓ 3 callersFunctionhex
(bytes: Uint8Array)
packages/dofs/src/sync/push.test.ts:57
↓ 3 callersFunctionhex
(bytes: Uint8Array)
packages/computer/src/workspace.test.ts:50
↓ 3 callersFunctioninsertFileNode
(db: Database, mode: number, mtime: number)
packages/dofs/src/fs/writeFile.ts:295
↓ 3 callersFunctioninstallContainerMonitor
(ctx: DurableObjectState, container: ContainerHandle)
packages/computer/src/backends/container/container-lifecycle.ts:91
↓ 3 callersFunctionisEnoent
(err: unknown)
packages/computer/src/workspace.ts:1277
↓ 3 callersFunctionisWorkspaceTransportFailure
(error: unknown)
packages/computer/src/transport-failure.ts:76
↓ 3 callersMethodkill
(signal?: KillSignal)
packages/computer/src/runtime/types.ts:136
↓ 3 callersMethodkillExec
(input: { id: string; signal?: "SIGTERM" | "SIGKILL" | "SIGINT" | "SIGHUP"; })
packages/computer/src/backends/worker-shell/worker-shell.ts:51
↓ 3 callersMethodlinkSync
(existingPath: string, newPath: string)
packages/dofs/src/provider.ts:303
↓ 3 callersFunctionls
(db: Database, prefix: string)
packages/dofs/src/fs/ls.ts:50
↓ 3 callersFunctionmaterialiseChange
(db: Database, path: string)
packages/dofs/src/sync/changes.ts:52
↓ 3 callersMethodmeta
()
packages/computerd/src/exec/log.ts:195
↓ 3 callersFunctionmodeFromVfs
(path: string)
packages/computerd/src/fuse/driver.ts:246
↓ 3 callersFunctionmountShim
(options: MountShimOptions)
packages/computerd/src/shim/shim.ts:93
↓ 3 callersFunctionnormalizeForFuzzyMatch
(text: string)
packages/computer/src/tools/fs/edit-diff.ts:44
↓ 3 callersMethodopenWriteBufferSync
(path: string)
packages/dofs/src/provider.ts:458
↓ 3 callersFunctionparentAndNameForResolvedPath
(db: Database, path: string)
packages/dofs/src/fs/writeFile.ts:412
↓ 3 callersFunctionpathOf
(db: Database, inode: number)
packages/dofs/src/sync/paths.ts:6
↓ 3 callersMethodprovider
()
packages/computer/src/git/index.ts:215
↓ 3 callersMethodpull
()
packages/computer/src/shell.ts:141
↓ 3 callersFunctionpushObjects
( db: Database, hashes: Uint8Array[], )
packages/dofs/src/sync/push.ts:13
↓ 3 callersMethodpushObjects
(objects: ReadableStream<{ hash: Uint8Array; bytes: Uint8Array }>)
packages/rpc/src/interface.ts:87
↓ 3 callersMethodreadFile
(path: string)
examples/think-compare-runtimes/worker/think/agents.ts:452
↓ 3 callersFunctionreadFileSync
(path: string)
examples/think-compare-runtimes/shared/fixture.test.ts:148
↓ 3 callersFunctionreadRangeSync
( db: Database, path: string, offset: number, length: number, )
packages/dofs/src/fs/readFile.ts:123
↓ 3 callersFunctionreadlink
(db: Database, path: string)
packages/dofs/src/fs/readlink.ts:8
↓ 3 callersMethodreadlink
(path: string)
packages/computer/src/runtime/types.ts:40
↓ 3 callersFunctionrecordContainerLifecycle
( recorder: RuntimeThinkToolRecorder, input: { runtime: RuntimeId; kind: Extract<RunEventKind, "co
examples/think-compare-runtimes/worker/think/agents.ts:492
↓ 3 callersFunctionrecordToolError
( recorder: RunEventRecorderLike, runtime: RuntimeId, title: string, error: unknown, )
examples/think-compare-runtimes/worker/runtime/file-tools.ts:117
↓ 3 callersFunctionrequest
(url)
packages/computerd/src/cli/computerd.test.ts:450
↓ 3 callersMethodreset
()
examples/think-compare-runtimes/worker/container-warm-pool.ts:15
↓ 3 callersMethodresolveConfined
(path: string, allowMissing = false)
packages/computer/src/runtime/capability.ts:181
↓ 3 callersFunctionresolveFuseBackend
( mode: FuseMountMode, options: ResolveFuseBackendOptions = {}, )
packages/computerd/src/fuse/backend.ts:42
↓ 3 callersMethodresolveRef
(args: { fs: object; dir: string; ref: string })
packages/computer/src/git/reads.ts:60
↓ 3 callersMethodrevParse
Resolve a ref to its SHA-1 oid.
packages/computer/src/git/index.ts:254
↓ 3 callersMethodrm
(path: string, options?: RmOptions)
packages/computer/src/backends/worker-shell/adapter.ts:50
↓ 3 callersMethodrm
(path: string, options?: { recursive?: boolean; force?: boolean })
packages/computer/src/runtime/types.ts:65
↓ 3 callersFunctionsafeVfsStat
( vfs: NodeVirtualFileSystem, path: string, )
packages/computerd/src/shim/shim.ts:522
↓ 3 callersFunctionscopePrefix
(sessionId: string)
packages/computer/src/artifacts/scope.ts:57
↓ 3 callersMethodsend
(message: Body, options?: QueueSendOptions)
examples/think/worker-configuration.d.ts:1932
↓ 3 callersMethodsetConfig
(args: { fs: object; dir: string; path: string; value: string | boolean | number | undefined;
packages/computer/src/git/plumbing.ts:42
↓ 3 callersFunctionsh
(strings: TemplateStringsArray, ...values: ShellValue[])
packages/computer/src/sh.ts:95
↓ 3 callersMethodspan
* Wraps `run` in a span named `name`, seeded with `attributes`. The * callback receives a `WorkspaceSpan` it can use to attach further * attribu
packages/computer/src/observe.ts:112
↓ 3 callersMethodstash
(args: { fs: object; dir: string; op?: "push" | "pop" | "apply" | "drop" | "list" | "clear"; m
packages/computer/src/git/worktree.ts:19
↓ 3 callersMethodstat
(path: string)
packages/computer/src/runtime/types.ts:38
↓ 3 callersMethodstatus
Describe the working-tree / index / HEAD delta.
packages/computer/src/git/index.ts:242
↓ 3 callersMethodstatusMatrix
(args: { fs: object; dir: string; ref?: string; cache?: object; })
packages/computer/src/git/diff.ts:27
↓ 3 callersFunctionstubSnapshot
()
packages/rpc/src/debug.ts:56
↓ 3 callersMethodstubSnapshot
()
packages/computer/tests/stub-soak-worker.ts:131
↓ 3 callersFunctiontick
( db: Database, remote: SyncRPC, )
packages/rpc/src/sync-driver.ts:370
↓ 3 callersFunctiontoThinkFileInfo
(input: { path: string; name: string; size: number; mtime: number; isDirectory: boolean; isFile: b
packages/computer/src/workspace.ts:1221
↓ 3 callersFunctiontoneClass
(tone: TimelineTone)
examples/think-compare-runtimes/src/runtime-wing.tsx:394
↓ 3 callersMethodtruncateFileSync
(path: string, size: number)
packages/computerd/src/fuse/driver.ts:221
↓ 3 callersFunctionunlinkDirent
( db: Database, parentInode: number, name: string, childInode: number, type: NodeType, )
packages/dofs/src/fs/unlink.ts:15
↓ 3 callersMethodunmount
()
packages/computerd/src/shim/shim.ts:39
↓ 3 callersFunctionunscopedName
(sessionId: string, scoped: string)
packages/computer/src/artifacts/scope.ts:66
↓ 3 callersFunctionupdateMeta
(path: string, patch: MetaOverride)
packages/computerd/src/fuse/driver.ts:191
↓ 3 callersFunctionvisit
(value: unknown)
packages/computer/src/runtime/bridge.ts:364
↓ 3 callersFunctionwithRealDb
( fn: (db: Database, provider: SQLiteWorkspaceProvider, storage: RealStorage) => T, )
packages/dofs/src/bench/fs-ops.bench.ts:51
← previousnext →301–400 of 3,685, ranked by callers