MCPcopy Index your code
hub / github.com/questdb/questdb / newCairoEngine

Method newCairoEngine

core/src/main/java/io/questdb/Bootstrap.java:393–395  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

391 }
392
393 public CairoEngine newCairoEngine() {
394 return new CairoEngine(getConfiguration().getCairoConfiguration());
395 }
396
397 private static void copyInputStream(boolean force, byte[] buffer, File out, InputStream is, Log log) throws IOException {
398 final boolean exists = out.exists();

Callers 1

ServerMainMethod · 0.80

Calls 2

getConfigurationMethod · 0.95
getCairoConfigurationMethod · 0.65

Tested by

no test coverage detected