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

Method run0

basex-api/src/main/java/org/basex/http/rest/RESTExec.java:29–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 }
28
29 @Override
30 protected void run0() throws IOException {
31 for(final Command cmd : session) run(cmd);
32 session.conn.response.getOutputStream().write(Token.token(info()));
33 if(create) status = HTTPStatus.CREATED_X;
34 }
35}

Callers

nothing calls this directly

Calls 5

tokenMethod · 0.95
getOutputStreamMethod · 0.80
runMethod · 0.65
infoMethod · 0.65
writeMethod · 0.45

Tested by

no test coverage detected