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

Method reading

src/com/sun/jna/Structure.java:573–575  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

571 return busy.get();
572 }
573 static Map<Pointer, Structure> reading() {
574 return reads.get();
575 }
576
577 /** Performs auto-read only if uninitialized. */
578 void conditionalAutoRead() {

Callers 2

readMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected