MCPcopy Index your code
hub / github.com/developit/microbundle / writeBundle

Function writeBundle

src/index.js:628–635  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

626 options: loadNameCache,
627 // after hook
628 writeBundle() {
629 if (writeMeta && nameCache) {
630 let filename = getNameCachePath();
631 let json = JSON.stringify(nameCache, null, 2);
632 if (endsWithNewLine) json += EOL;
633 fs.writeFile(filename, json, () => {});
634 }
635 },
636 },
637 ],
638 options.visualize && visualizer(),

Callers

nothing calls this directly

Calls 1

getSizeInfoFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…