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

Method name

basex-core/src/main/java/org/basex/util/options/Option.java:26–28  ·  view source on GitHub ↗

Returns the name of the option. @return name

()

Source from the content-addressed store, hash-verified

24 * @return name
25 */
26 public final String name() {
27 return name;
28 }
29
30 /**
31 * Returns the default value.

Callers 2

toStringMethod · 0.95
argMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected