MCPcopy
hub / github.com/different-ai/openwork / run

Function run

evals/runner/den-stack.mjs:98–100  ·  view source on GitHub ↗
(command, args, options = {})

Source from the content-addressed store, hash-verified

96}
97
98async function run(command, args, options = {}) {
99 return execFileAsync(command, args, { cwd: REPO_ROOT, maxBuffer: 16 * 1024 * 1024, ...options });
100}
101
102function spawnDetached(command, args, { logName, env, cwd }) {
103 // Redirect stdio to a log file — inheriting it would keep the parent's

Callers 5

ensureMysqlFunction · 0.70
mysqlQueryFunction · 0.70
ensureSchemaFunction · 0.70
ensureSeedFunction · 0.70
denStackDownFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected