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

Method _read

g2all/900/lapse.js:1440–1446  ·  view source on GitHub ↗
(addr)

Source from the content-addressed store, hash-verified

1438 }
1439
1440 _read(addr) {
1441 const buf = this.rw_buf;
1442 buf.write64(0, addr);
1443 buf.fill(0, 8);
1444 ssockopt(this.main_sd, IPPROTO_IPV6, IPV6_PKTINFO, buf);
1445 gsockopt(this.worker_sd, IPPROTO_IPV6, IPV6_PKTINFO, buf);
1446 }
1447
1448 read32(addr) {
1449 this._read(addr);

Callers 2

read32Method · 0.95
read64Method · 0.95

Calls 3

ssockoptFunction · 0.70
gsockoptFunction · 0.70
write64Method · 0.45

Tested by

no test coverage detected