MCPcopy
hub / github.com/openclaw/clawsweeper / PrCloseCoverageProofModelResult

Interface PrCloseCoverageProofModelResult

src/pr-close-coverage-proof.ts:10–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8export type PrCloseCoverageProofModelDecision = "covered" | "keep_open";
9
10export interface PrCloseCoverageProofModelResult {
11 sourceSummary: string;
12 coveringSummary: string;
13 coveredWork: string[];
14 uniqueSourceWork: string[];
15 decision: PrCloseCoverageProofModelDecision;
16 reason: string;
17}
18
19export interface PrCloseCoverageProofCloseDecision {
20 close: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected