Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ append
Method
append
output/java_guava/1.4.18/CharStreams.java:241–245 ·
view source on GitHub ↗
(CharSequence csq)
Source
from the content-addressed store, hash-verified
239
}
240
241
@Override
242
public
Writer append(CharSequence csq) {
243
checkNotNull(csq);
244
return
this;
245
}
246
247
@Override
248
public
Writer append(CharSequence csq,
int
start,
int
end) {
Callers
1
copy
Method · 0.45
Calls
3
checkNotNull
Method · 0.45
checkPositionIndexes
Method · 0.45
length
Method · 0.45
Tested by
no test coverage detected