MCPcopy
hub / github.com/Waishnav/devspace / ReviewSummary

Interface ReviewSummary

src/review-checkpoints.ts:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6export type ReviewSince = "last_shown" | "last_review" | "workspace_open";
7
8export interface ReviewSummary {
9 files: number;
10 additions: number;
11 removals: number;
12}
13
14export interface ReviewFile {
15 path: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected