MCPcopy Create free account
hub / github.com/cruppstahl/upscaledb / removeCursor

Method removeCursor

java/java/de/crupp/upscaledb/Database.java:405–407  ·  view source on GitHub ↗

Removes a cursor - used by Cursor.java

(Cursor cursor)

Source from the content-addressed store, hash-verified

403 * Removes a cursor - used by Cursor.java
404 */
405 public synchronized void removeCursor(Cursor cursor) {
406 m_cursor_set.remove(cursor);
407 }
408
409 /**
410 * closes all cursors of this database

Callers 1

closeMethod · 0.80

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected