Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/annmuor/jnode
/ setProtocolPassword
Method
setProtocolPassword
jnode-core/src/jnode/dto/Link.java:82–84 ·
view source on GitHub ↗
(String protocolPassword)
Source
from the content-addressed store, hash-verified
80
}
81
82
public
void
setProtocolPassword(String protocolPassword) {
83
this.protocolPassword = protocolPassword;
84
}
85
86
public
String getProtocolHost() {
87
if
(protocolAddress.equals(
"-"
)) {
Callers
7
doInstall
Method · 0.95
handle
Method · 0.95
handle
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