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

Method remove

shared/java/ManagedString.java:46–51  ·  view source on GitHub ↗
(int from)

Source from the content-addressed store, hash-verified

44 }
45
46 @NotNull @Contract("-> this")
47 public ManagedString remove(int from) {
48 Stats.onNativeCall();
49 _nRemoveSuffix(_ptr, from);
50 return this;
51 }
52
53 @NotNull @Contract("-> this")
54 public ManagedString remove(int from, int length) {

Calls 3

onNativeCallMethod · 0.95
_nRemoveSuffixMethod · 0.95
_nRemoveMethod · 0.95

Tested by

no test coverage detected