()
| 4547 | set codeCnt(value) { this.#dataView.setUint32(36,value,true); } |
| 4548 | |
| 4549 | get codeFirst() { return this.#dataView.getBigUint64(40,true); } |
| 4550 | set codeFirst(value) { this.#dataView.setBigUint64(40,value,true); } |
| 4551 | |
| 4552 | get codeSecond() { return this.#dataView.getBigUint64(48,true); } |
nothing calls this directly
no outgoing calls
no test coverage detected