MCPcopy Create free account
hub / github.com/MathMan05/Fermi / write16

Method write16

src/webpage/utils/binaryUtils.ts:64–67  ·  view source on GitHub ↗
(numb: number)

Source from the content-addressed store, hash-verified

62 this.i += 4;
63 }
64 write16(numb: number) {
65 this.view.setUint16(this.i, numb);
66 this.i += 2;
67 }
68 write8(numb: number) {
69 this.view.setUint8(this.i, numb);
70 this.i += 1;

Callers 2

writeString16Method · 0.95
page.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected