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

Method clear

chapter18/src/main/java/com/seaofnodes/simple/SB.java:71–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69 public SB unchar(int x) { _sb.setLength(_sb.length()-x); return this; }
70
71 public SB clear() { _sb.setLength(0); return this; }
72 public int len() { return _sb.length(); }
73 @Override public String toString() { return _sb.toString(); }
74}

Callers 15

decMethod · 0.45
traceCtrlMethod · 0.45
traceDataMethod · 0.45
evaluateMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
delMethod · 0.45
parseMethod · 0.45
newArrayMethod · 0.45
schedMethod · 0.45
resetMethod · 0.45
moveDepsToWorklistMethod · 0.45

Calls

no outgoing calls

Tested by 5

decMethod · 0.36
traceCtrlMethod · 0.36
traceDataMethod · 0.36
evaluateMethod · 0.36
parseMethod · 0.36