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

Method write

output/java_guava/1.4.18/CharStreams.java:218–219  ·  view source on GitHub ↗
(int c)

Source from the content-addressed store, hash-verified

216 private static final NullWriter INSTANCE = new NullWriter();
217
218 @Override
219 public void write(int c) {}
220
221 @Override
222 public void write(char[] cbuf) {

Callers

nothing calls this directly

Calls 3

checkNotNullMethod · 0.45
checkPositionIndexesMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected