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/Command.java:150–152 ·
view source on GitHub ↗
Returns command information. @return info string
()
Source
from the content-addressed store, hash-verified
148
* @
return
info string
149
*/
150
public
final
String info() {
151
return
info.toString();
152
}
153
154
/**
155
* Checks
if
the command performs updates/write operations.
Callers
2
execute
Method · 0.95
run
Method · 0.95
Calls
4
addExt
Method · 0.80
toString
Method · 0.65
add
Method · 0.65
isEmpty
Method · 0.45
Tested by
no test coverage detected