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

Method run

basex-core/src/main/java/org/basex/core/jobs/Job.java:203–204  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

201 timer = new Timer(true);
202 timer.schedule(new TimerTask() {
203 @Override
204 public void run() { timeout(); }
205 }, sec * 1000L);
206 }
207

Callers

nothing calls this directly

Calls 1

timeoutMethod · 0.95

Tested by

no test coverage detected