Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
decodeEmojiList
Method · 0.95
readString8
Method · 0.95
readStringNo
Method · 0.95
readAsciiString8
Method · 0.95
readAsciiStringNo
Method · 0.95
parseBin
Method · 0.95
parse
Method · 0.80
PEHelper
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected