MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / bits

Method bits

packages/plugins/apps/src/git-client/packfile.ts:123–127  ·  view source on GitHub ↗
(n: number)

Source from the content-addressed store, hash-verified

121 return b;
122 }
123 bits(n: number): number {
124 let v = 0;
125 for (let i = 0; i < n; i++) v |= this.bit() << i;
126 return v;
127 }
128 align() {
129 this.bitCnt = 0;
130 }

Callers 1

inflateRawFunction · 0.95

Calls 1

bitMethod · 0.95

Tested by

no test coverage detected