Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ len
Method
len
chapter24/src/main/java/com/seaofnodes/simple/util/SB.java:97–97 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
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
6
con
Method · 0.45
writeHeader
Method · 0.45
size
Method · 0.45
export
Method · 0.45
cpool
Method · 0.45
doInst
Method · 0.45
Calls
1
length
Method · 0.45
Tested by
1
con
Method · 0.36