Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/luje
/ setLength
Method
setLength
lib/java/lang/StringBuffer.java:693–696 ·
view source on GitHub ↗
(int length)
Source
from the content-addressed store, hash-verified
691
}
692
693
@Override
694
public
synchronized
void
setLength(
int
length) {
695
super.setLength(length);
696
}
697
698
@Override
699
public
synchronized CharSequence subSequence(
int
start,
int
end) {
Callers
1
toString
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected