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

Method setLock

src/main/java/exitcode/Console.java:49–51  ·  view source on GitHub ↗

Sets the value of this.lock @param mode Sets the lock state (true/false) in this console. @author Allison Smith (Cyanite)

(boolean mode)

Source from the content-addressed store, hash-verified

47 * @author Allison Smith (Cyanite)
48 */
49 public void setLock(boolean mode) {
50 this.lock = mode;
51 }
52
53 /**
54 * Returns the value of this.lock

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected