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

Function prCloseCoverageProofSetupFailureBlock

src/repair/apply-result.ts:996–1000  ·  view source on GitHub ↗
(
  error: unknown,
)

Source from the content-addressed store, hash-verified

994}
995
996function prCloseCoverageProofSetupFailureBlock(
997 error: unknown,
998): Extract<PrCloseCoverageProofValidation, { status: "blocked" }> {
999 return { status: "blocked", ...prCloseCoverageProofFailureBlock(error) };
1000}
1001
1002function prCloseCoverageProofFailureBlock(error: unknown): PrCloseCoverageProofBlock {
1003 const block = { reason: prCloseCoverageProofFailureReason(error) };

Callers 1

Calls 1

Tested by

no test coverage detected