(buffer)
| 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); } |
nothing calls this directly
no outgoing calls
no test coverage detected