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

Function flush

static/tools.js:50–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 controller.enqueue(chunk);
49 },
50 flush() {
51 update();
52 cb.finish({ filename, lengthBytes });
53 },
54 });
55
56 return new Response(response.body.pipeThrough(transform), response);

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected