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

Method run

basex-core/src/main/java/org/basex/core/cmd/Flush.java:24–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 }
23
24 @Override
25 protected boolean run() {
26 final Data data = context.data();
27 if(!options.get(MainOptions.AUTOFLUSH)) data.flush(true);
28 return info(DB_FLUSHED_X, data.meta.name, jc().performance);
29 }
30
31 @Override
32 public void addLocks() {

Callers

nothing calls this directly

Calls 5

flushMethod · 0.95
jcMethod · 0.80
getMethod · 0.65
infoMethod · 0.65
dataMethod · 0.45

Tested by

no test coverage detected