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

Method isEnabled

jnode-core/src/jnode/robot/FileFix.java:274–279  ·  view source on GitHub ↗
(Link link)

Source from the content-addressed store, hash-verified

272 }
273
274 @Override
275 protected boolean isEnabled(Link link) {
276 return link != null
277 && FtnTools.getOptionBooleanDefTrue(link,
278 LinkOption.BOOLEAN_FILEFIX);
279 }
280
281 @Override
282 protected String getPasswordOption() {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected