MCPcopy Create free account
hub / github.com/apache/solr / isVerbose

Method isVerbose

solr/core/src/java/org/apache/solr/cli/ToolBase.java:38–40  ·  view source on GitHub ↗

Is this tool being run in a verbose mode?

()

Source from the content-addressed store, hash-verified

36
37 /** Is this tool being run in a verbose mode? */
38 protected boolean isVerbose() {
39 return verbose;
40 }
41
42 protected void echoIfVerbose(final String msg) {
43 if (verbose) {

Callers 4

runImplMethod · 0.80
runToolMethod · 0.80
startSolrMethod · 0.80
promptForIntMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected