()
| 4541 | set NDR(value) { this.#dataView.setBigUint64(24,value,true); } |
| 4542 | |
| 4543 | get exception() { return this.#dataView.getUint32(32,true); } |
| 4544 | set exception(value) { this.#dataView.setUint32(32,value,true); } |
| 4545 | |
| 4546 | get codeCnt() { return this.#dataView.getUint32(36,true); } |
nothing calls this directly
no outgoing calls
no test coverage detected