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

Method locked

src/main/java/exitcode/Console.java:59–61  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

57 * @author Allison Smith (Cyanite)
58 */
59 public boolean locked() {
60 return this.lock;
61 }
62
63 /**
64 * Sets the value of this.debug

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected