Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
48
function
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.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected