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

Method clear

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

Source from the content-addressed store, hash-verified

94 public String subString(int start, int end ) { return _sb.substring(start,end); }
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 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