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

Method isEnabled

jnode-core/src/jnode/robot/AreaFix.java:393–398  ·  view source on GitHub ↗
(Link link)

Source from the content-addressed store, hash-verified

391 }
392
393 @Override
394 protected boolean isEnabled(Link link) {
395 return link != null
396 && FtnTools.getOptionBooleanDefTrue(link,
397 LinkOption.BOOLEAN_AREAFIX);
398 }
399
400 @Override
401 protected String getPasswordOption() {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected