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

Method getToken

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

Source from the content-addressed store, hash-verified

98 }
99
100 public static String getToken() {
101 return token;
102 }
103
104 public static void setToken(String token) {
105 Commands.token = token;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected