Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
item
Method · 0.95
item
Method · 0.95
Calls
2
hasChildren
Method · 0.45
hasAttributes
Method · 0.45
Tested by
no test coverage detected