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

Method services

core/src/main/java/io/questdb/ServerMain.java:495–497  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

493 }
494
495 protected Services services() {
496 return Services.INSTANCE;
497 }
498
499 protected void setupDedicatedPools(Log log, boolean isReadOnly, ServerConfiguration config) {
500 if (config.getCairoConfiguration().isMatViewEnabled() && !isReadOnly) {

Callers 1

initializeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected