MCPcopy Create free account
hub / github.com/annmuor/jnode / getLinkAddress

Method getLinkAddress

jnode-core/src/jnode/dto/Link.java:62–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 }
61
62 public String getLinkAddress() {
63 return linkAddress;
64 }
65
66 public void setLinkAddress(String linkAddress) {
67 this.linkAddress = linkAddress;

Callers 15

runMethod · 0.95
setProtocolPortMethod · 0.95
doInstallMethod · 0.95
tossNetmailMethod · 0.95
packNetmailMethod · 0.95
packFilemailMethod · 0.95
createSeenByMethod · 0.95
handleMethod · 0.95
handleMethod · 0.95
listLinksMethod · 0.80
listRoutingMethod · 0.80
listSubscriptionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected