MCPcopy Create free account
hub / github.com/apache/tomcat / print

Method print

java/org/apache/jasper/runtime/BodyContentImpl.java:141–148  ·  view source on GitHub ↗
(boolean b)

Source from the content-addressed store, hash-verified

139 }
140
141 @Override
142 public void print(boolean b) throws IOException {
143 if (writer != null) {
144 writer.write(b ? "true" : "false");
145 } else {
146 write(b ? "true" : "false");
147 }
148 }
149
150 @Override
151 public void print(char c) throws IOException {

Callers 1

printlnMethod · 0.95

Calls 3

writeMethod · 0.95
writeMethod · 0.65
valueOfMethod · 0.45

Tested by

no test coverage detected