()
| 4544 | set exception(value) { this.#dataView.setUint32(32,value,true); } |
| 4545 | |
| 4546 | get codeCnt() { return this.#dataView.getUint32(36,true); } |
| 4547 | set codeCnt(value) { this.#dataView.setUint32(36,value,true); } |
| 4548 | |
| 4549 | get codeFirst() { return this.#dataView.getBigUint64(40,true); } |
nothing calls this directly
no outgoing calls
no test coverage detected