MCPcopy 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

appendMethod · 0.95
charAtMethod · 0.95
insertMethod · 0.95
deleteMethod · 0.95
setLengthMethod · 0.95
getCharsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected