MCPcopy Create free account
hub / github.com/HumbleUI/Skija / _nRemoveSuffix

Method _nRemoveSuffix

shared/java/ManagedString.java:70–70  ·  view source on GitHub ↗
(long ptr, int from)

Source from the content-addressed store, hash-verified

68 @ApiStatus.Internal public static native void _nInsert(long ptr, int offset, String s);
69 @ApiStatus.Internal public static native void _nAppend(long ptr, String s);
70 @ApiStatus.Internal public static native void _nRemoveSuffix(long ptr, int from);
71 @ApiStatus.Internal public static native void _nRemove(long ptr, int from, int length);
72}

Callers 1

removeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected