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

Function artifactReportRelativePath

src/commit-sweeper.ts:70–72  ·  view source on GitHub ↗
(targetRepo: string, sha: string)

Source from the content-addressed store, hash-verified

68}
69
70function artifactReportRelativePath(targetRepo: string, sha: string): string {
71 return join(repoSlug(targetRepo), "commits", `${assertSha(sha)}.md`);
72}
73
74function stripEmailIdentity(value: string): string {
75 return value

Callers 2

reviewCommandFunction · 0.85
classifyCommandFunction · 0.85

Calls 2

repoSlugFunction · 0.70
assertShaFunction · 0.70

Tested by

no test coverage detected