Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MathMan05/Fermi
/ readString8
Method
readString8
src/webpage/utils/binaryUtils.ts:17–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
return
int;
16
}
17
readString8() {
18
return
this.readStringNo(this.read8());
19
}
20
readString16() {
21
return
this.readStringNo(this.read16());
22
}
Callers
1
decodeEmojiList
Method · 0.95
Calls
2
readStringNo
Method · 0.95
read8
Method · 0.95
Tested by
no test coverage detected