Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ flush
Method
flush
classpath/java/lang/StringBuilder.java:31–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
}
30
31
private
void
flush() {
32
if
(position > 0) {
33
chain =
new
Cell(
new
String(buffer, 0, position, false), chain);
34
buffer = null;
35
position = 0;
36
}
37
}
38
39
public
StringBuilder append(String s) {
40
if
(s == null) {
Callers
6
append
Method · 0.95
charAt
Method · 0.95
insert
Method · 0.95
delete
Method · 0.95
setLength
Method · 0.95
getChars
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected