MCPcopy Create free account
hub / github.com/getsentry/sentry-javascript / renderChunk

Function renderChunk

packages/node-core/rollup.anr-worker.config.mjs:20–22  ·  view source on GitHub ↗
(code)

Source from the content-addressed store, hash-verified

18 {
19 name: 'output-base64-worker-script',
20 renderChunk(code) {
21 base64Code = Buffer.from(code).toString('base64');
22 },
23 },
24 ],
25 },

Callers

nothing calls this directly

Calls 2

toStringMethod · 0.65
fromMethod · 0.45

Tested by

no test coverage detected