Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/java-native-access/jna
/ hashCode
Method
hashCode
src/com/sun/jna/Pointer.java:113–116 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
111
}
112
113
@Override
114
public
int
hashCode() {
115
return
(
int
) ((peer >>> 32) + (peer & 0xFFFFFFFFL));
116
}
117
118
119
//////////////////////////////////////////////////////////////////////////
Callers
3
invoke
Method · 0.45
invoke
Method · 0.45
getTempDir
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected