Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/janl/mustache.js
/ exec
Function
exec
test/cli-test.js:24–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
}
23
24
function
exec () {
25
arguments[0] = changeForOS(arguments[0]);
26
return
child_process.exec.apply(child_process, arguments);
27
}
28
29
describe(
'Mustache CLI'
,
function
() {
30
Callers
1
cli-test.js
File · 0.85
Calls
1
changeForOS
Function · 0.85
Tested by
no test coverage detected