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

Method getLinkById

jnode-core/src/jnode/ftn/FtnTools.java:932–934  ·  view source on GitHub ↗
(Long id)

Source from the content-addressed store, hash-verified

930 }
931
932 private static Link getLinkById(Long id) {
933 return ORMManager.get(Link.class).getFirstAnd("id", "=", id);
934 }
935
936 public static Link getLinkByFtnAddress(FtnAddress addr) {
937 return ORMManager.get(Link.class).getFirstAnd("ftn_address", "=",

Callers 1

getRoutingFallbackMethod · 0.95

Calls 2

getMethod · 0.95
getFirstAndMethod · 0.80

Tested by

no test coverage detected