MCPcopy Create free account
hub / github.com/denoland/std / flush

Method flush

encoding/unstable_base64_stream.ts:190–201  ·  view source on GitHub ↗
(controller)

Source from the content-addressed store, hash-verified

188 controller.enqueue(output.subarray(0, o));
189 },
190 flush(controller) {
191 if (remainder) {
192 const o = decode(
193 push.subarray(0, remainder),
194 0,
195 0,
196 abc,
197 padding,
198 );
199 controller.enqueue(push.subarray(0, o));
200 }
201 },
202 });
203 }
204}

Callers

nothing calls this directly

Calls 1

decodeFunction · 0.90

Tested by

no test coverage detected