MCPcopy 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
410function 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
418function nearestScope(node) {
419 do {

Callers 2

finishFunction · 0.85
traverseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected