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

Method unknown

basex-core/src/main/java/org/basex/util/options/Options.java:492–494  ·  view source on GitHub ↗

Returns an error string for an unknown option. @param option option @return error string

(final Object option)

Source from the content-addressed store, hash-verified

490 * @return error string
491 */
492 public static String unknown(final Object option) {
493 return Util.info(Text.UNKNOWN_OPTION_X, option);
494 }
495
496 /**
497 * Inverts the boolean value of an option.

Callers 3

parseMethod · 0.95
docMethod · 0.95
similarMethod · 0.95

Calls 1

infoMethod · 0.95

Tested by

no test coverage detected