Performs auto-read only if uninitialized.
()
| 576 | |
| 577 | /** Performs auto-read only if uninitialized. */ |
| 578 | void conditionalAutoRead() { |
| 579 | if (!readCalled) { |
| 580 | autoRead(); |
| 581 | } |
| 582 | } |
| 583 | |
| 584 | /** |
| 585 | * Reads the fields of the struct from native memory |
no test coverage detected