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

Method get

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

Returns a user with the specified name. @param name username @return username or null

(final String name)

Source from the content-addressed store, hash-verified

154 * @return username or {@code null}
155 */
156 public synchronized User get(final String name) {
157 return users.get(name);
158 }
159
160 /**
161 * Returns the names of all users that match the specified pattern.

Callers 6

UsersMethod · 0.95
initMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected