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

Method similar

basex-core/src/main/java/org/basex/util/options/Options.java:470–472  ·  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

468 * @return error string
469 */
470 public final synchronized String similar(final Object option) {
471 return similar(option, definitions);
472 }
473
474 /**
475 * Returns an error string for an unknown option.

Callers 2

DBOptionsMethod · 0.95
assignMethod · 0.95

Calls 5

similarMethod · 0.95
infoMethod · 0.95
unknownMethod · 0.95
tokenMethod · 0.65
toArrayMethod · 0.45

Tested by

no test coverage detected