Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
bindTo
Method · 0.95
submitReport
Method · 0.80
fillExtras
Method · 0.80
fillFlags
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected