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

Method clear

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

Source from the content-addressed store, hash-verified

85 public SB unchar(int x) { _sb.setLength(_sb.length()-x); return this; }
86
87 public SB clear() { _sb.setLength(0); return this; }
88 public int len() { return _sb.length(); }
89 @Override public String toString() { return _sb.toString(); }
90}

Callers 15

decMethod · 0.45
traceCtrlMethod · 0.45
traceDataMethod · 0.45
evaluateMethod · 0.45
parseMethod · 0.45
newArrayMethod · 0.45
resetBBLiveOutMethod · 0.45
resetIFGMethod · 0.45
do_blockMethod · 0.45
instSelectMethod · 0.45
_instSelectMethod · 0.45
graphColorMethod · 0.45

Calls

no outgoing calls

Tested by 4

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