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

Method len

chapter22/src/main/java/com/seaofnodes/simple/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 1

loadMethod · 0.45

Calls 1

lengthMethod · 0.45

Tested by 1

loadMethod · 0.36