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