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

Method info

basex-core/src/main/java/org/basex/api/client/Session.java:98–100  ·  view source on GitHub ↗

Returns command info as a string, regardless of whether an output stream was specified. @return command info

()

Source from the content-addressed store, hash-verified

96 * @return command info
97 */
98 public final String info() {
99 return info;
100 }
101
102 /**
103 * Specifies an output stream. The output stream can be invalidated by

Callers 1

executeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected