MCPcopy Index your code
hub / github.com/java-native-access/jna / conditionalAutoRead

Method conditionalAutoRead

src/com/sun/jna/Structure.java:578–582  ·  view source on GitHub ↗

Performs auto-read only if uninitialized.

()

Source from the content-addressed store, hash-verified

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

Callers 6

convertArgumentMethod · 0.95
readArrayMethod · 0.95
invokeMethod · 0.95
toArrayMethod · 0.80
newInstanceMethod · 0.80

Calls 1

autoReadMethod · 0.95

Tested by

no test coverage detected