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

Function run

src/commit-checks.ts:30–32  ·  view source on GitHub ↗
(command: string, commandArgs: string[])

Source from the content-addressed store, hash-verified

28}
29
30function run(command: string, commandArgs: string[]): string {
31 return runText(command, commandArgs);
32}
33
34export function splitFrontMatter(markdown: string): {
35 frontMatter: CommitReviewFrontMatter;

Callers 2

checkRunsForCommitFunction · 0.70
publishCheckFromReportFunction · 0.70

Calls 1

runTextFunction · 0.85

Tested by

no test coverage detected