MCPcopy
hub / github.com/Fission-AI/OpenSpec / run

Function run

scripts/pack-version-check.mjs:23–25  ·  view source on GitHub ↗
(cmd, args, opts = {})

Source from the content-addressed store, hash-verified

21}
22
23function run(cmd, args, opts = {}) {
24 return execFileSync(cmd, args, { encoding: 'utf-8', stdio: ['ignore', 'pipe', 'pipe'], ...opts });
25}
26
27function npmPack() {
28 try {

Callers 4

withTempDirFunction · 0.85
npmPackFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

withTempDirFunction · 0.68