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

Function diff

packages/computer/src/git/cli.test.ts:197–200  ·  view source on GitHub ↗
(options = {})

Source from the content-addressed store, hash-verified

195 calls.clone.push(options);
196 },
197 async diff(options = {}) {
198 calls.diff.push(options);
199 return "";
200 },
201 async diffSummary(options = {}) {
202 calls.diffSummary.push(options);
203 return fakes.diffSummary?.() ?? [];

Callers

nothing calls this directly

Calls 1

pushMethod · 0.65

Tested by

no test coverage detected