MCPcopy Create free account
hub / github.com/cloudflare/computer / printVersion

Function printVersion

packages/computer/src/git/cli.ts:199–208  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

197}
198
199function printVersion(): GitCliResult {
200 // Deliberately not impersonating a real git version string.
201 // Consumers that fingerprint via `git --version` will see this
202 // and can branch on it.
203 return {
204 stdout: "git version 0.0.0 (@cloudflare/computer)\n",
205 stderr: "",
206 exitCode: 0,
207 };
208}
209
210// ---------------------------------------------------------------
211// clone

Callers 1

runGitCliFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected