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

Method dbTime

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

Returns the disk timestamp of the database. @return database size

()

Source from the content-addressed store, hash-verified

256 * @return database size
257 */
258 public long dbTime() {
259 return dir != null ? dir.timeStamp() : 0;
260 }
261
262 /**
263 * Returns a database file for the specified filename.

Callers 2

getMethod · 0.95
valueMethod · 0.80

Calls 1

timeStampMethod · 0.45

Tested by

no test coverage detected