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

Function run

src/commit-classifier.ts:81–83  ·  view source on GitHub ↗
(command: string, commandArgs: string[], options: { cwd?: string } = {})

Source from the content-addressed store, hash-verified

79]);
80
81function run(command: string, commandArgs: string[], options: { cwd?: string } = {}): string {
82 return runText(command, commandArgs, { cwd: options.cwd });
83}
84
85function yamlScalar(value: string): string {
86 return JSON.stringify(value);

Callers 1

changedFilesForCommitFunction · 0.70

Calls 1

runTextFunction · 0.85

Tested by

no test coverage detected