MCPcopy
hub / github.com/vitejs/vite / getWorkerBundle

Method getWorkerBundle

packages/vite/src/node/plugins/worker.ts:131–133  ·  view source on GitHub ↗
(file: string)

Source from the content-addressed store, hash-verified

129 }
130
131 getWorkerBundle(file: string) {
132 return this.bundles.get(file)
133 }
134
135 getAssets() {
136 return this.assets.values()

Callers 1

bundleWorkerEntryFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected