MCPcopy Index your code
hub / github.com/github/awesome-copilot / defaultExec

Function defaultExec

extensions/java-modernization-studio/doctor.mjs:56–58  ·  view source on GitHub ↗
(cmd, args)

Source from the content-addressed store, hash-verified

54}
55
56function defaultExec(cmd, args) {
57 return makeExec(augmentedEnv(process.env, platform()))(cmd, args);
58}
59
60/**
61 * Build a child-process env whose PATH also covers the usual places dev tools

Callers

nothing calls this directly

Calls 2

makeExecFunction · 0.85
augmentedEnvFunction · 0.85

Tested by

no test coverage detected