Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
function
execText(command) {
38
return
execSync(command, { encoding:
'utf8'
, stdio: [
'ignore'
,
'pipe'
,
'ignore'
], maxBuffer: MAX_EXEC_BUFFER });
39
}
40
41
function
execFileText(file, args) {
42
return
execFileSync(file, args, {
Callers
1
listProcesses
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected