Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/solr
/ printGreen
Method
printGreen
solr/core/src/java/org/apache/solr/cli/SolrCLI.java:473–475 ·
view source on GitHub ↗
Console print using green color
(Object message)
Source
from the content-addressed store, hash-verified
471
}
472
473
/** Console print using green color */
474
public
static
void
printGreen(Object message) {
475
print(CLIUtils.GREEN, message);
476
}
477
478
/** Console print using red color */
Callers
2
printHelp
Method · 0.95
runImpl
Method · 0.80
Calls
1
print
Method · 0.95
Tested by
no test coverage detected