MCPcopy Index your code
hub / github.com/openclaw/clawsweeper / commitReportRelativePath

Function commitReportRelativePath

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

Source from the content-addressed store, hash-verified

64}
65
66export function commitReportRelativePath(targetRepo: string, sha: string): string {
67 return `records/${repoSlug(targetRepo)}/commits/${assertSha(sha)}.md`;
68}
69
70function artifactReportRelativePath(targetRepo: string, sha: string): string {
71 return join(repoSlug(targetRepo), "commits", `${assertSha(sha)}.md`);

Callers 3

reviewCommandFunction · 0.85
publishCheckCommandFunction · 0.85

Calls 2

repoSlugFunction · 0.70
assertShaFunction · 0.70

Tested by

no test coverage detected