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

Method updateFile

basex-core/src/main/java/org/basex/data/MetaData.java:299–301  ·  view source on GitHub ↗

Returns a file that indicates ongoing updates. @return updating file

()

Source from the content-addressed store, hash-verified

297 * @return updating file
298 */
299 public IOFile updateFile() {
300 return dbFile(DATAUPD);
301 }
302
303 /**
304 * Drops the specified database files.

Callers 3

openMethod · 0.95
startUpdateMethod · 0.80
finishUpdateMethod · 0.80

Calls 1

dbFileMethod · 0.95

Tested by

no test coverage detected