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