Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vanilagy/webcodecs-polyfill
/ getBitsLeft
Method
getBitsLeft
src/misc.ts:476–478 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
474
}
475
476
getBitsLeft() {
477
return
this.bytes.length * 8 - this.pos;
478
}
479
480
clone() {
481
const
clone =
new
Bitstream(this.bytes);
Callers
1
codec_data.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected