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

Method flush

encoding/unstable_base32_stream.ts:188–199  ·  view source on GitHub ↗
(controller)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

decodeFunction · 0.90

Tested by

no test coverage detected