Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ unchar
Method
unchar
chapter19/src/main/java/com/seaofnodes/simple/SB.java:85–85 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
83
// sb.unchar().p(']'); // remove extra trailing comma
84
//
85
public
SB unchar() {
return
unchar(1); }
86
public
SB unchar(
int
x) { _sb.setLength(_sb.length()-x);
return
this; }
87
88
public
SB clear() { _sb.setLength(0);
return
this; }
Callers
6
mixerr
Method · 0.95
traceData
Method · 0.45
_print
Method · 0.45
doInst
Method · 0.45
print
Method · 0.45
gprint
Method · 0.45
Calls
1
length
Method · 0.45
Tested by
2
traceData
Method · 0.36
_print
Method · 0.36