MCPcopy Create free account
hub / github.com/TheCyaniteProject/exit_code_java / isDebug

Method isDebug

src/main/java/exitcode/Console.java:79–81  ·  view source on GitHub ↗

Returns the value of this.debug @return true if console is in debug mode, false if otherwise. @author Allison Smith (Cyanite)

()

Source from the content-addressed store, hash-verified

77 * @author Allison Smith (Cyanite)
78 */
79 public boolean isDebug() {
80 return this.debug;
81 }
82
83 /**
84 * Adds a new command to the Map of globalCommands.

Callers 2

checkPrivateMethod · 0.95
checkGlobalMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected