Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ramos-dev/OSSTunnel
/ getEndpoint
Method
getEndpoint
manager/src/main/java/server/Commands.java:60–62 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
}
59
60
public
static
String getEndpoint() {
61
return
endpoint;
62
}
63
64
public
static
void
setEndpoint(String endpoint) {
65
Commands.endpoint = endpoint;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected