Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/Skija
/ hashCode
Method
hashCode
shared/java/impl/Native.java:46–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
45
// FIXME two different pointers might point to equal objects
46
@Override
47
public
int
hashCode() {
48
return
Long.hashCode(_ptr);
49
}
50
}
Callers
1
execute
Method · 0.45
Calls
no outgoing calls
Tested by
1
execute
Method · 0.36