MCPcopy Create free account
hub / github.com/Ramos-dev/OSSTunnel / isCommandstate

Method isCommandstate

manager/src/main/java/server/Commands.java:108–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106 }
107
108 public static boolean isCommandstate() {
109 return commandstate;
110 }
111
112 public static void setCommandstate(boolean commandstate) {
113 Commands.commandstate = commandstate;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected