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

Method name

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

Sets the username. @param nm name

(final String nm)

Source from the content-addressed store, hash-verified

156 * @param nm name
157 */
158 public synchronized void name(final String nm) {
159 name = nm;
160 }
161
162 /**
163 * Drops the specified database pattern.

Callers 8

loginMethod · 0.95
readMethod · 0.95
runMethod · 0.95
itemMethod · 0.95
itemMethod · 0.95
itemMethod · 0.95
itemMethod · 0.95
clientNameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected