Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/tomcat
/ print
Method
print
java/org/apache/tomcat/util/log/SystemLogHandler.java:177–180 ·
view source on GitHub ↗
(boolean b)
Source
from the content-addressed store, hash-verified
175
}
176
177
@Override
178
public
void
print(boolean b) {
179
findStream().print(b);
180
}
181
182
@Override
183
public
void
print(char c) {
Callers
3
convert
Method · 0.45
toString
Method · 0.45
main
Method · 0.45
Calls
1
findStream
Method · 0.95
Tested by
no test coverage detected