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

Method setToken

manager/src/main/java/server/Commands.java:104–106  ·  view source on GitHub ↗
(String token)

Source from the content-addressed store, hash-verified

102 }
103
104 public static void setToken(String token) {
105 Commands.token = token;
106 }
107
108 public static boolean isCommandstate() {
109 return commandstate;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected