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

Function status

packages/computer/src/git/index.ts:434–441  ·  view source on GitHub ↗
(options = {})

Source from the content-addressed store, hash-verified

432 });
433 },
434 async status(options = {}) {
435 return statusWith({
436 ...options,
437 fs: await fs(),
438 git: await loadGit<IsomorphicGitStatusClient>(),
439 cache,
440 });
441 },
442 async add(options) {
443 await addWith({
444 ...options,

Callers

nothing calls this directly

Calls 2

statusWithFunction · 0.85
fsFunction · 0.70

Tested by

no test coverage detected