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

Function execText

src/ops/lifecycle.js:37–39  ·  view source on GitHub ↗
(command)

Source from the content-addressed store, hash-verified

35}
36
37function execText(command) {
38 return execSync(command, { encoding: 'utf8', stdio: ['ignore', 'pipe', 'ignore'], maxBuffer: MAX_EXEC_BUFFER });
39}
40
41function execFileText(file, args) {
42 return execFileSync(file, args, {

Callers 1

listProcessesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected