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

Method diffSummary

packages/computer/src/git/index.ts:238–238  ·  view source on GitHub ↗

Per-file change summary backing `--stat` / `--name-only` / `--name-status`.

(options?: GitDiffOptions)

Source from the content-addressed store, hash-verified

236 diff(options?: GitDiffOptions): Promise<string>;
237 /** Per-file change summary backing `--stat` / `--name-only` / `--name-status`. */
238 diffSummary(options?: GitDiffOptions): Promise<DiffSummaryEntry[]>;
239 /** Initialise a new repository in the bound workspace. */
240 init(options?: GitInitOptions): Promise<void>;
241 /** Describe the working-tree / index / HEAD delta. */

Callers 2

diffSummaryFunction · 0.80
runDiffFunction · 0.80

Calls

no outgoing calls

Tested by 1

diffSummaryFunction · 0.64