Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GamerHack/GamerHack.github.io
/ read16
Method
read16
g2all/700/lapse.js:1463–1466 ·
view source on GitHub ↗
(addr)
Source
from the content-addressed store, hash-verified
1461
}
1462
1463
read16(addr) {
1464
this._read(addr);
1465
return
this.rw_buf.read16(0);
1466
}
1467
1468
read32(addr) {
1469
this._read(addr);
Callers
2
get_current_rtprio
Function · 0.45
verify_reqs2
Function · 0.45
Calls
1
_read
Method · 0.95
Tested by
no test coverage detected