(String token)
| 102 | } |
| 103 | |
| 104 | public static void setToken(String token) { |
| 105 | Commands.token = token; |
| 106 | } |
| 107 | |
| 108 | public static boolean isCommandstate() { |
| 109 | return commandstate; |
nothing calls this directly
no outgoing calls
no test coverage detected