Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/browserify/watchify
/ run
Function
run
test/api.js:39–44 ·
view source on GitHub ↗
(src)
Source
from the content-addressed store, hash-verified
37
});
38
39
function
run (src) {
40
var
output =
''
;
41
function
log (msg) { output += msg +
'\n'
}
42
vm.runInNewContext(src, { console: { log: log } });
43
return
output;
44
}
Callers
1
api.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected