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

Method getAccessKeySecret

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

Source from the content-addressed store, hash-verified

90 }
91
92 public static String getAccessKeySecret() {
93 return accessKeySecret;
94 }
95
96 public static void setAccessKeySecret(String accessKeySecret) {
97 Commands.accessKeySecret = accessKeySecret;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected