Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getInstance
Method · 0.95
Calls
11
configure
Method · 0.95
configureDefaultWriter
Method · 0.95
startThread
Method · 0.95
getProperty
Method · 0.80
equals
Method · 0.65
toString
Method · 0.65
get
Method · 0.65
size
Method · 0.65
init
Method · 0.65
clear
Method · 0.65
println
Method · 0.45
Tested by
no test coverage detected