Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/Skija
/ _nativeEquals
Method
_nativeEquals
shared/java/impl/Native.java:40–43 ·
view source on GitHub ↗
(Native other)
Source
from the content-addressed store, hash-verified
38
}
39
40
@ApiStatus.Internal
41
public
boolean _nativeEquals(Native other) {
42
return
false;
43
}
44
45
// FIXME two different pointers might point to equal objects
46
@Override
Callers
1
equals
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected