Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
read
Method · 0.95
updateStructureByReference
Method · 0.95
Calls
1
get
Method · 0.45
Tested by
no test coverage detected