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

Method getOptionForAddr

jnode-core/src/jnode/ftn/FtnTools.java:1310–1316  ·  view source on GitHub ↗
(FtnAddress toAddr, String name)

Source from the content-addressed store, hash-verified

1308 }
1309
1310 public static String getOptionForAddr(FtnAddress toAddr, String name) {
1311 Link link = getLinkByFtnAddress(toAddr);
1312 if (link != null) {
1313 return getOption(link, name);
1314 }
1315 return null;
1316 }
1317
1318 /**
1319 * Кривые пакеты - в инбаунд -- на удаление

Callers

nothing calls this directly

Calls 2

getLinkByFtnAddressMethod · 0.95
getOptionMethod · 0.95

Tested by

no test coverage detected