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

Method user

basex-core/src/main/java/org/basex/core/Context.java:152–154  ·  view source on GitHub ↗

Returns the user of this context. @return user (can be null if it has not yet been assigned

()

Source from the content-addressed store, hash-verified

150 * @return user (can be {@code null} if it has not yet been assigned
151 */
152 public User user() {
153 return user;
154 }
155
156 /**
157 * Sets the user of this context. This method should only be called once.

Callers 15

optionsMethod · 0.95
optionMethod · 0.95
runMethod · 0.95
runMethod · 0.45
usersMethod · 0.45
registerMethod · 0.45
runMethod · 0.45
openMethod · 0.45
buildMethod · 0.45
runMethod · 0.45
listMethod · 0.45
createMethod · 0.45

Calls

no outgoing calls

Tested by 1

runMethod · 0.36