MCPcopy Create free account
hub / github.com/EvoMap/evolver / execFileText

Function execFileText

src/ops/lifecycle.js:41–48  ·  view source on GitHub ↗
(file, args)

Source from the content-addressed store, hash-verified

39}
40
41function execFileText(file, args) {
42 return execFileSync(file, args, {
43 encoding: 'utf8',
44 stdio: ['ignore', 'pipe', 'ignore'],
45 maxBuffer: MAX_EXEC_BUFFER,
46 windowsHide: true
47 });
48}
49
50// --- Test-only process-table injection -------------------------------------
51// Lets the lifecycle proxy-health tests run hermetically on a host that already

Callers 2

listProcessesFunction · 0.85
getPidCwdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected