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

Method _nToString

shared/java/ManagedString.java:66–66  ·  view source on GitHub ↗
(long ptr)

Source from the content-addressed store, hash-verified

64 @ApiStatus.Internal public static native long _nMake(String s);
65 @ApiStatus.Internal public static native long _nGetFinalizer();
66 @ApiStatus.Internal public static native String _nToString(long ptr);
67 @ApiStatus.Internal public static native void _nInsert(long ptr, int offset, String s);
68 @ApiStatus.Internal public static native void _nAppend(long ptr, String s);
69 @ApiStatus.Internal public static native void _nRemoveSuffix(long ptr, int from);

Callers 1

toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected