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

Function diffSummary

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

Source from the content-addressed store, hash-verified

199 return "";
200 },
201 async diffSummary(options = {}) {
202 calls.diffSummary.push(options);
203 return fakes.diffSummary?.() ?? [];
204 },
205 async init(options = {}) {
206 calls.init.push(options);
207 },

Callers

nothing calls this directly

Calls 2

diffSummaryMethod · 0.80
pushMethod · 0.65

Tested by

no test coverage detected