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

Method isDebug

src/main/java/exitcode/Command.java:85–87  ·  view source on GitHub ↗

@return Whether the command is for debugging or not - Default: false

()

Source from the content-addressed store, hash-verified

83 */
84
85 public boolean isDebug() {
86 return this.debug;
87 }
88}

Callers 2

runMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected