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

Method exists

basex-core/src/main/java/org/basex/util/log/LogFile.java:81–85  ·  view source on GitHub ↗

Checks if the specified log file exists. @return result of check

()

Source from the content-addressed store, hash-verified

79 * @return result of check
80 */
81 boolean exists() {
82 synchronized(file) {
83 return file.exists();
84 }
85 }
86
87 /**
88 * Writes new line to the log file.

Callers 5

fileMethod · 0.95
configDirMethod · 0.45
JapaneseTokenizerClass · 0.45
writeMethod · 0.45
readMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected