MCPcopy Index your code
hub / github.com/HumbleUI/Skija / _nMake

Method _nMake

shared/java/ManagedString.java:65–65  ·  view source on GitHub ↗
(String s)

Source from the content-addressed store, hash-verified

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

Callers 1

ManagedStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected