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

Method getAccessKeyId

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

Source from the content-addressed store, hash-verified

82 }
83
84 public static String getAccessKeyId() {
85 return accessKeyId;
86 }
87
88 public static void setAccessKeyId(String accessKeyId) {
89 Commands.accessKeyId = accessKeyId;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected