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