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

Function runStart

test/sessionStartScope.test.js:89–97  ·  view source on GitHub ↗
(env)

Source from the content-addressed store, hash-verified

87}
88
89function runStart(env) {
90 const out = execFileSync('node', [scriptPath], {
91 env: { PATH: process.env.PATH, ...env },
92 input: '{}',
93 encoding: 'utf8',
94 timeout: 15000,
95 });
96 try { return JSON.parse(out); } catch { return null; }
97}
98
99function baseEnv(extra) {
100 return {

Callers 1

Calls 1

parseMethod · 0.80

Tested by

no test coverage detected