MCPcopy Index your code
hub / github.com/HumbleUI/Skija / append

Method append

shared/java/ManagedString.java:38–44  ·  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 assert s != null : "Can't append with s == null";
41 Stats.onNativeCall();
42 _nAppend(_ptr, s);
43 return this;
44 }
45
46 @NotNull @Contract("-> this")
47 public ManagedString remove(int from) {

Callers 8

release_notesFunction · 0.80
javac_sourcesFunction · 0.80
collect_jarsFunction · 0.80
releaseFunction · 0.80
readResourceMethod · 0.80
addTextMethod · 0.80
formatFloatArrayMethod · 0.80

Calls 2

onNativeCallMethod · 0.95
_nAppendMethod · 0.95

Tested by

no test coverage detected