MCPcopy Index your code
hub / github.com/Ramos-dev/OSSTunnel / setOSSClient

Method setOSSClient

manager/src/main/java/server/Commands.java:48–50  ·  view source on GitHub ↗
(Object OSSClient)

Source from the content-addressed store, hash-verified

46 }
47
48 public static void setOSSClient(Object OSSClient) {
49 Commands.OSSClient = OSSClient;
50 }
51
52 public static ArrayList<LinkedList> getSessionsList() {
53 return sessionsList;

Callers 3

OSSConnMethod · 0.80
COSConnMethod · 0.80
S3ConnMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected