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

Method checks

basex-api/src/main/java/org/basex/http/web/WebModules.java:166–168  ·  view source on GitHub ↗

Returns permission functions that match the current request. @param conn HTTP connection @return list of function, ordered by relevance @throws QueryException query exception @throws IOException I/O exception

(final HTTPConnection conn)

Source from the content-addressed store, hash-verified

164 * @throws IOException I/O exception
165 */
166 public List<RestXqFunction> checks(final HTTPConnection conn) throws QueryException, IOException {
167 return find(conn, null, true);
168 }
169
170 /**
171 * Returns all implementations for the given WebSocket.

Callers 1

runMethod · 0.95

Calls 1

findMethod · 0.95

Tested by

no test coverage detected