MCPcopy
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
24function exec () {
25 arguments[0] = changeForOS(arguments[0]);
26 return child_process.exec.apply(child_process, arguments);
27}
28
29describe('Mustache CLI', function () {
30

Callers 1

cli-test.jsFile · 0.85

Calls 1

changeForOSFunction · 0.85

Tested by

no test coverage detected