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

Method readFloat32

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

Source from the content-addressed store, hash-verified

21 return this.readStringNo(this.read16());
22 }
23 readFloat32() {
24 const float = this.view.getFloat32(this.i);
25 this.i += 4;
26 return float;
27 }
28 readStringNo(length: number) {
29 const array = new Uint8Array(length);
30 for (let i = 0; i < length; i++) {

Callers 4

parseMethod · 0.80
parseMethod · 0.80
getVoiceMethod · 0.80
PEHelperMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected