MCPcopy Create free account
hub / github.com/bevyengine/bevy-website / transform

Function transform

static/tools.js:45–49  ·  view source on GitHub ↗
(chunk, controller)

Source from the content-addressed store, hash-verified

43 cb.start({ filename, lengthBytes });
44 },
45 transform(chunk, controller) {
46 loadedBytes += chunk.byteLength;
47 update();
48 controller.enqueue(chunk);
49 },
50 flush() {
51 update();
52 cb.finish({ filename, lengthBytes });

Callers

nothing calls this directly

Calls 2

updateFunction · 0.85
enqueueMethod · 0.45

Tested by

no test coverage detected