MCPcopy Index your code
hub / github.com/nodejs/node / printBundle

Function printBundle

test/fixtures/snapshot/typescript.js:110795–110798  ·  view source on GitHub ↗
(bundle)

Source from the content-addressed store, hash-verified

110793 return endPrint();
110794 }
110795 function printBundle(bundle) {
110796 writeBundle(bundle, beginPrint(), /*sourceMapEmitter*/ undefined);
110797 return endPrint();
110798 }
110799 function printFile(sourceFile) {
110800 writeFile(sourceFile, beginPrint(), /*sourceMapEmitter*/ undefined);
110801 return endPrint();

Callers 1

printNodeFunction · 0.85

Calls 3

writeBundleFunction · 0.85
beginPrintFunction · 0.85
endPrintFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…