Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
outputData
Method · 0.45
encode
Method · 0.45
outputFrame
Method · 0.45
encode
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected