Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/computer
/ cli
Method
cli
packages/computer/src/stub.ts:567–569 ·
view source on GitHub ↗
(input: GitCliInput)
Source
from the content-addressed store, hash-verified
565
}
566
567
cli(input: GitCliInput): Promise<GitCliResult> {
568
return
this.#ws.git.cli(input);
569
}
570
}
571
572
// Top-level wrapper. Two sub-RpcTargets let callers use promise
Callers
nothing calls this directly
Calls
1
cli
Method · 0.65
Tested by
no test coverage detected