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

Method info

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

Returns the info element. @return info element (can be null)

()

Source from the content-addressed store, hash-verified

288 * @return info element (can be {@code null})
289 */
290 public synchronized XNode info() {
291 return info;
292 }
293
294 /**
295 * Sets the info element.

Callers 2

itemMethod · 0.95
itemMethod · 0.95

Calls 2

hasChildrenMethod · 0.45
hasAttributesMethod · 0.45

Tested by

no test coverage detected