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

Method readAsciiString8

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

Source from the content-addressed store, hash-verified

34 return new TextDecoder("utf8").decode(array.buffer as ArrayBuffer);
35 }
36 readAsciiString8() {
37 return this.readAsciiStringNo(this.read8());
38 }
39 readAsciiString16() {
40 return this.readAsciiStringNo(this.read16());
41 }

Callers 2

parseMethod · 0.80
getVoiceMethod · 0.80

Calls 2

readAsciiStringNoMethod · 0.95
read8Method · 0.95

Tested by

no test coverage detected