MCPcopy Create free account
hub / github.com/bhideki/darksword / constructor

Method constructor

payloads/pe_main.js:6780–6788  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6778 #buffer;
6779 #dataView;
6780 constructor()
6781 {
6782 this.#buffer = new ArrayBuffer(32);
6783 this.#dataView = new DataView(this.#buffer);
6784 this.addr = 0x0n;
6785 this.spaceTable = 0x0n;
6786 this.portObject = 0x0n;
6787 this.launchdTask = 0x0n;
6788 }
6789 get addr()
6790 {
6791 return this.#dataView.getBigUint64(0,true);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected