()
| 4550 | set codeFirst(value) { this.#dataView.setBigUint64(40,value,true); } |
| 4551 | |
| 4552 | get codeSecond() { return this.#dataView.getBigUint64(48,true); } |
| 4553 | set codeSecond(value) { this.#dataView.setBigUint64(48,value,true); } |
| 4554 | |
| 4555 | get flavor() { return this.#dataView.getUint32(56,true); } |
nothing calls this directly
no outgoing calls
no test coverage detected