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

Method read8

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

Source from the content-addressed store, hash-verified

10 return int;
11 }
12 read8() {
13 const int = this.view.getUint8(this.i);
14 this.i += 1;
15 return int;
16 }
17 readString8() {
18 return this.readStringNo(this.read8());
19 }

Callers 8

decodeEmojiListMethod · 0.95
readString8Method · 0.95
readStringNoMethod · 0.95
readAsciiString8Method · 0.95
readAsciiStringNoMethod · 0.95
parseBinMethod · 0.95
parseMethod · 0.80
PEHelperMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected