Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ print
Method
print
java/org/apache/jasper/runtime/JspWriterImpl.java:299–302 ·
view source on GitHub ↗
(boolean b)
Source
from the content-addressed store, hash-verified
297
/* Methods that do not terminate lines */
298
299
@Override
300
public
void
print(boolean b) throws IOException {
301
write(b ?
"true"
:
"false"
);
302
}
303
304
@Override
305
public
void
print(char c) throws IOException {
Callers
3
println
Method · 0.95
output
Method · 0.45
println
Method · 0.45
Calls
2
write
Method · 0.95
valueOf
Method · 0.45
Tested by
no test coverage detected