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

Method intersect

basex-core/src/main/java/org/basex/query/expr/path/Test.java:159–159  ·  view source on GitHub ↗

Computes the intersection between two tests. @param test other test @return intersection if it exists, null otherwise

(Test test)

Source from the content-addressed store, hash-verified

157 * @return intersection if it exists, {@code null} otherwise
158 */
159 public abstract Test intersect(Test test);
160
161 /**
162 * Returns a string representation of this test.

Callers 1

mergePathsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected