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

Method unchar

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

Source from the content-addressed store, hash-verified

89 // sb.unchar().p(']'); // remove extra trailing comma
90 //
91 public SB unchar() { return unchar(1); }
92 public SB unchar(int x) { _sb.setLength(_sb.length()-x); return this; }
93 public SB setLen(int len) { _sb.setLength(len); return this; }
94 public String subString(int start, int end ) { return _sb.substring(start,end); }

Callers 13

mixerrMethod · 0.95
traceDataMethod · 0.45
_printMethod · 0.45
printMethod · 0.45
gprintMethod · 0.45
toStringMethod · 0.45
doBlockMethod · 0.45
asmMethod · 0.45
asmMethod · 0.45
asmMethod · 0.45
asmMethod · 0.45
asmMethod · 0.45

Calls 1

lengthMethod · 0.45

Tested by 2

traceDataMethod · 0.36
_printMethod · 0.36