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

Method dash

basex-core/src/main/java/org/basex/util/MainParser.java:81–83  ·  view source on GitHub ↗

Checks if the current argument starts with a dash (i.e., introduces any flags). @return result of check

()

Source from the content-addressed store, hash-verified

79 * @return result of check
80 */
81 public boolean dash() {
82 return dash;
83 }
84
85 /**
86 * Returns the next flag.

Callers 6

parseArgsMethod · 0.95
parseArgsMethod · 0.95
parseArgsMethod · 0.95
parseArgsMethod · 0.95
parseArgsMethod · 0.95
parseArgsMethod · 0.95

Calls

no outgoing calls

Tested by 2

parseArgsMethod · 0.76
parseArgsMethod · 0.76