MCPcopy Index your code
hub / github.com/antlr/codebuff / write

Method write

output/java8/1.4.17/NoIndentWriter.java:41–45  ·  view source on GitHub ↗
(String str)

Source from the content-addressed store, hash-verified

39 }
40
41 @Override
42 public int write(String str) throws IOException {
43 out.write(str);
44 return str.length();
45 }
46}

Callers

nothing calls this directly

Calls 2

writeMethod · 0.65
lengthMethod · 0.45

Tested by

no test coverage detected