()
| 106 | } |
| 107 | |
| 108 | public static boolean isCommandstate() { |
| 109 | return commandstate; |
| 110 | } |
| 111 | |
| 112 | public static void setCommandstate(boolean commandstate) { |
| 113 | Commands.commandstate = commandstate; |
nothing calls this directly
no outgoing calls
no test coverage detected