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

Method size

basex-core/src/main/java/org/basex/core/locks/LockList.java:114–116  ·  view source on GitHub ↗

Returns the number of local locks. @return number of local locks

()

Source from the content-addressed store, hash-verified

112 * @return number of local locks
113 */
114 public int size() {
115 return list.size();
116 }
117
118 /**
119 * Finishes the lock list.

Callers 1

acquireMethod · 0.95

Calls 1

sizeMethod · 0.65

Tested by

no test coverage detected