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

Method drop

basex-core/src/main/java/org/basex/index/ft/FTIndex.java:246–249  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

244 }
245
246 @Override
247 public boolean drop() {
248 return data.meta.drop(DATAFTX + '.');
249 }
250
251 @Override
252 public synchronized void close() {

Callers

nothing calls this directly

Calls 1

dropMethod · 0.65

Tested by

no test coverage detected