()
| 4559 | set old_stateCnt(value) { this.#dataView.setUint32(60,value,true); } |
| 4560 | |
| 4561 | get paddingFirst() { return this.#dataView.getBigUint64(336,true); } |
| 4562 | set paddingFirst(value) { this.#dataView.setBigUint64(336,value,true); } |
| 4563 | |
| 4564 | get paddingSecond() { return this.#dataView.getBigUint64(344,true); } |
nothing calls this directly
no outgoing calls
no test coverage detected