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

Method session

basex-core/src/main/java/org/basex/core/CLI.java:110–114  ·  view source on GitHub ↗

Returns the session. @return session @throws IOException I/O exception

()

Source from the content-addressed store, hash-verified

108 * @throws IOException I/O exception
109 */
110 protected final Session session() throws IOException {
111 if(session == null) session = init();
112 session.setOutputStream(out);
113 return session;
114 }
115
116 /**
117 * Initializes and returns a session.

Callers 2

executeMethod · 0.95
BaseXMethod · 0.45

Calls 2

initMethod · 0.95
setOutputStreamMethod · 0.80

Tested by

no test coverage detected