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

Method constructor

payloads/pe_main.js:4533–4538  ·  view source on GitHub ↗
(buffer)

Source from the content-addressed store, hash-verified

4531 #dataView;
4532
4533 constructor(buffer) {
4534 this.#buffer = buffer;
4535 this.#dataView = new DataView(this.#buffer);
4536 this.Head = new _MachMsgHeaderStruct__WEBPACK_IMPORTED_MODULE_0__["default"](this.#buffer);
4537 this.threadState = new _ThreadState__WEBPACK_IMPORTED_MODULE_1__["default"](this.#buffer,64);
4538 }
4539
4540 get NDR() { return this.#dataView.getBigUint64(24,true); }
4541 set NDR(value) { this.#dataView.setBigUint64(24,value,true); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected