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

Method drop

basex-core/src/main/java/org/basex/core/users/Users.java:147–149  ·  view source on GitHub ↗

Drops a user from the list. @param user user reference

(final User user)

Source from the content-addressed store, hash-verified

145 * @param user user reference
146 */
147 public synchronized void drop(final User user) {
148 users.remove(user.name());
149 }
150
151 /**
152 * Returns a user with the specified name.

Callers 1

runMethod · 0.95

Calls 2

removeMethod · 0.65
nameMethod · 0.65

Tested by

no test coverage detected