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

Method append

shared/java/ManagedString.java:38–43  ·  view source on GitHub ↗
(@NotNull String s)

Source from the content-addressed store, hash-verified

36 }
37
38 @NotNull @Contract("-> this")
39 public ManagedString append(@NotNull String s) {
40 Stats.onNativeCall();
41 _nAppend(_ptr, s);
42 return this;
43 }
44
45 @NotNull @Contract("-> this")
46 public ManagedString remove(int from) {

Callers 8

build.pyFile · 0.80
addTextMethod · 0.80
formatFloatArrayMethod · 0.80
run.pyFile · 0.80
run.pyFile · 0.80
run.pyFile · 0.80
run.pyFile · 0.80

Calls 2

onNativeCallMethod · 0.95
_nAppendMethod · 0.95

Tested by

no test coverage detected