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

Method readString16

src/webpage/utils/binaryUtils.ts:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 return this.readStringNo(this.read8());
19 }
20 readString16() {
21 return this.readStringNo(this.read16());
22 }
23 readFloat32() {
24 const float = this.view.getFloat32(this.i);
25 this.i += 4;

Callers 1

decodeEmojiListMethod · 0.95

Calls 2

readStringNoMethod · 0.95
read16Method · 0.95

Tested by

no test coverage detected