Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/browserify/static-module
/ st
Function
st
index.js:410–416 ·
view source on GitHub ↗
(msg)
Source
from the content-addressed store, hash-verified
408
}
409
410
function
st (msg) {
411
var
r =
new
Readable;
412
r._read =
function
() {};
413
if
(msg != null) r.push(msg);
414
r.push(null);
415
return
r;
416
}
417
418
function
nearestScope(node) {
419
do {
Callers
2
finish
Function · 0.85
traverse
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected