Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/annmuor/jnode
/ setProtocolHost
Method
setProtocolHost
jnode-core/src/jnode/dto/Link.java:95–97 ·
view source on GitHub ↗
(String protocolHost)
Source
from the content-addressed store, hash-verified
93
}
94
95
public
void
setProtocolHost(String protocolHost) {
96
protocolAddress = protocolHost;
97
}
98
99
public
Integer getProtocolPort() {
100
if
(
"-"
.equals(protocolAddress)) {
Callers
5
doInstall
Method · 0.95
handle
Method · 0.95
handle
Method · 0.95
actionPerformed
Method · 0.80
delete
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected