MCPcopy 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

executeMethod · 0.95
runMethod · 0.95

Calls 4

addExtMethod · 0.80
toStringMethod · 0.65
addMethod · 0.65
isEmptyMethod · 0.45

Tested by

no test coverage detected