Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/java-native-access/jna
/ toString
Method
toString
src/com/sun/jna/Structure.java:2306–2309 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2304
super.clear();
2305
}
2306
@Override
2307
public
String toString() {
2308
return
"auto-"
+ super.toString();
2309
}
2310
}
2311
2312
private
static
void
structureArrayCheck(Structure[] ss) {
Callers
nothing calls this directly
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected