MCPcopy Create free account
hub / github.com/BaseXdb/basex / ignore

Method ignore

basex-core/src/main/java/org/basex/io/IOFile.java:409–411  ·  view source on GitHub ↗

Checks if the parent directory of this file can be ignored. @return result of check

()

Source from the content-addressed store, hash-verified

407 * @return result of check
408 */
409 public boolean ignore() {
410 return name().equals(".ignore");
411 }
412
413 // STATIC METHODS ===============================================================================
414

Callers 2

addMethod · 0.95
expandMethod · 0.45

Calls 2

nameMethod · 0.65
equalsMethod · 0.45

Tested by

no test coverage detected