Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ramos-dev/OSSTunnel
/ getSessionsList
Method
getSessionsList
manager/src/main/java/server/Commands.java:52–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
}
51
52
public
static
ArrayList<LinkedList> getSessionsList() {
53
return
sessionsList;
54
}
55
56
public
static
void
setSessionsList(ArrayList<LinkedList> sessionsList) {
57
Commands.sessionsList = sessionsList;
Callers
1
sessionK
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected