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

Method remove

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

Source from the content-addressed store, hash-verified

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

Calls 3

onNativeCallMethod · 0.95
_nRemoveSuffixMethod · 0.95
_nRemoveMethod · 0.95

Tested by

no test coverage detected