()
| 6795 | this.#dataView.setBigUint64(0,value,true); |
| 6796 | } |
| 6797 | get spaceTable() |
| 6798 | { |
| 6799 | return this.#dataView.getBigUint64(8,true); |
| 6800 | } |
| 6801 | set spaceTable(value) |
| 6802 | { |
| 6803 | this.#dataView.setBigUint64(8,value,true); |
nothing calls this directly
no outgoing calls
no test coverage detected