MCPcopy Create free account
hub / github.com/GamerHack/GamerHack.github.io / constructor

Method constructor

g2all/700/psfree.js:339–343  ·  view source on GitHub ↗
(rstr, rstr_view)

Source from the content-addressed store, hash-verified

337
338class Reader {
339 constructor(rstr, rstr_view) {
340 this.rstr = rstr;
341 this.rstr_view = rstr_view;
342 this.m_data = rstr_view.read64(off.strimpl_m_data);
343 }
344
345 read8_at(offset) {
346 return this.rstr.charCodeAt(offset);

Callers

nothing calls this directly

Calls 1

read64Method · 0.45

Tested by

no test coverage detected