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

Method getLinkByFtnAddress

jnode-core/src/jnode/ftn/FtnTools.java:936–939  ·  view source on GitHub ↗
(FtnAddress addr)

Source from the content-addressed store, hash-verified

934 }
935
936 public static Link getLinkByFtnAddress(FtnAddress addr) {
937 return ORMManager.get(Link.class).getFirstAnd("ftn_address", "=",
938 addr.toString());
939 }
940
941 public static Link getLinkByFtnAddress(List<FtnAddress> addrs) {
942 List<String> saddrs = new ArrayList<>();

Callers 10

m_adrMethod · 0.95
getAndCheckLinkMethod · 0.95
getRoutingMethod · 0.95
getOptionForAddrMethod · 0.95
guessNewPointAddressMethod · 0.95
handleMethod · 0.95
tossInboundDirectoryMethod · 0.80
packNetmailMethod · 0.80
getMessages2Method · 0.80

Calls 4

getMethod · 0.95
getFirstAndMethod · 0.80
toStringMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected