MCPcopy Index your code
hub / github.com/browserify/watchify / run

Function run

test/api_brfs.js:48–53  ·  view source on GitHub ↗
(src)

Source from the content-addressed store, hash-verified

46});
47
48function run (src) {
49 var output = '';
50 function log (msg) { output += msg + '\n' }
51 vm.runInNewContext(src, { console: { log: log } });
52 return output;
53}

Callers 1

api_brfs.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected