MCPcopy Index your code
hub / github.com/CoderLine/alphaTab / result

Function result

packages/vite/src/workerPlugin.ts:143–150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

141
142 let s: MagicString;
143 const result = () => {
144 return (
145 s && {
146 code: s.toString(),
147 map: resolvedConfig.build.sourcemap ? s.generateMap({ hires: 'boundary' }) : null
148 }
149 );
150 };
151 workerAssetUrlRE.lastIndex = 0;
152 if (workerAssetUrlRE.test(code)) {
153 const toRelativeRuntime = createToImportMetaURLBasedRelativeRuntime(

Callers 1

renderChunkFunction · 0.85

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected