MCPcopy Create free account
hub / github.com/SeaOfNodes/Simple / len

Method len

chapter24/src/main/java/com/seaofnodes/simple/util/SB.java:97–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95
96 public SB clear() { _sb.setLength(0); return this; }
97 public int len() { return _sb.length(); }
98 @Override public String toString() { return _sb.toString(); }
99}

Callers 6

conMethod · 0.45
writeHeaderMethod · 0.45
sizeMethod · 0.45
exportMethod · 0.45
cpoolMethod · 0.45
doInstMethod · 0.45

Calls 1

lengthMethod · 0.45

Tested by 1

conMethod · 0.36