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

Method insert

shared/java/ManagedString.java:31–36  ·  view source on GitHub ↗
(int offset, @NotNull String s)

Source from the content-addressed store, hash-verified

29 }
30
31 @NotNull @Contract("-> this")
32 public ManagedString insert(int offset, @NotNull String s) {
33 Stats.onNativeCall();
34 _nInsert(_ptr, offset, s);
35 return this;
36 }
37
38 @NotNull @Contract("-> this")
39 public ManagedString append(@NotNull String s) {

Calls 2

onNativeCallMethod · 0.95
_nInsertMethod · 0.95

Tested by

no test coverage detected