MCPcopy Create free account
hub / github.com/questdb/questdb / init

Method init

core/src/main/java/io/questdb/log/LogFactory.java:206–208  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

204 }
205
206 @SuppressWarnings({"EmptyMethod", "unused"})
207 public static void init() {
208 }
209
210 public synchronized void add(final LogWriterConfig config) {
211 assert !configured;

Callers 1

getInstanceMethod · 0.95

Calls 11

configureMethod · 0.95
startThreadMethod · 0.95
getPropertyMethod · 0.80
equalsMethod · 0.65
toStringMethod · 0.65
getMethod · 0.65
sizeMethod · 0.65
initMethod · 0.65
clearMethod · 0.65
printlnMethod · 0.45

Tested by

no test coverage detected