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

Method _read

g2all/700/lapse.js:1450–1456  ·  view source on GitHub ↗
(addr)

Source from the content-addressed store, hash-verified

1448 }
1449
1450 _read(addr) {
1451 const buf = this.rw_buf;
1452 buf.write64(0, addr);
1453 buf.fill(0, 8);
1454 ssockopt(this.main_sd, IPPROTO_IPV6, IPV6_PKTINFO, buf);
1455 gsockopt(this.worker_sd, IPPROTO_IPV6, IPV6_PKTINFO, buf);
1456 }
1457
1458 read8(addr) {
1459 this._read(addr);

Callers 4

read8Method · 0.95
read16Method · 0.95
read32Method · 0.95
read64Method · 0.95

Calls 3

ssockoptFunction · 0.70
gsockoptFunction · 0.70
write64Method · 0.45

Tested by

no test coverage detected