Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
23
function
run(cmd, args, opts = {}) {
24
return
execFileSync(cmd, args, { encoding:
'utf-8'
, stdio: [
'ignore'
,
'pipe'
,
'pipe'
], ...opts });
25
}
26
27
function
npmPack() {
28
try {
Callers
4
root-selection.test.ts
File · 0.85
withTempDir
Function · 0.85
npmPack
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
1
withTempDir
Function · 0.68