Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GamerHack/GamerHack.github.io
/ constructor
Method
constructor
g2all/900/psfree.js:309–313 ·
view source on GitHub ↗
(rstr, rstr_view)
Source
from the content-addressed store, hash-verified
307
308
class
Reader {
309
constructor(rstr, rstr_view) {
310
this.rstr = rstr;
311
this.rstr_view = rstr_view;
312
this.m_data = rstr_view.read64(off.strimpl_m_data);
313
}
314
315
read8_at(offset) {
316
const
str = this.rstr;
Callers
nothing calls this directly
Calls
1
read64
Method · 0.45
Tested by
no test coverage detected