Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ len
Method
len
chapter18/src/main/java/com/seaofnodes/simple/SB.java:72–72 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
70
71
public
SB clear() { _sb.setLength(0);
return
this; }
72
public
int
len() {
return
_sb.length(); }
73
@Override
public
String toString() {
return
_sb.toString(); }
74
}
Callers
nothing calls this directly
Calls
1
length
Method · 0.45
Tested by
no test coverage detected