MCPcopy Create free account
hub / github.com/Vanilagy/webcodecs-polyfill / clone

Method clone

src/misc.ts:480–484  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

478 }
479
480 clone() {
481 const clone = new Bitstream(this.bytes);
482 clone.pos = this.pos;
483 return clone;
484 }
485}
486
487/** Reads an exponential-Golomb universal code from a Bitstream. */

Callers 4

outputDataMethod · 0.45
encodeMethod · 0.45
outputFrameMethod · 0.45
encodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected