MCPcopy Create free account
hub / github.com/antlr/codebuff / append

Method append

output/java_guava/1.4.17/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

copyMethod · 0.45

Calls 3

checkNotNullMethod · 0.45
checkPositionIndexesMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected