MCPcopy Create free account
hub / github.com/JetBrains/skija / _nativeEquals

Method _nativeEquals

shared/java/impl/Native.java:41–44  ·  view source on GitHub ↗
(Native other)

Source from the content-addressed store, hash-verified

39 }
40
41 @ApiStatus.Internal
42 public boolean _nativeEquals(Native other) {
43 return false;
44 }
45
46 // FIXME two different pointers might point to equal objects
47 @Override

Callers 1

equalsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected