MCPcopy
hub / github.com/JakeWharton/u2020 / append

Method append

app/src/main/java/com/jakewharton/u2020/ui/misc/Truss.java:19–22  ·  view source on GitHub ↗
(String string)

Source from the content-addressed store, hash-verified

17 }
18
19 public Truss append(String string) {
20 builder.append(string);
21 return this;
22 }
23
24 public Truss append(CharSequence charSequence) {
25 builder.append(charSequence);

Callers 4

bindToMethod · 0.95
submitReportMethod · 0.80
fillExtrasMethod · 0.80
fillFlagsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected