Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/dianping/cat
/ initialize
Method
initialize
lib/java/src/main/java/com/dianping/cat/Cat.java:224–226 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
222
}
223
224
public
static
void
initialize() {
225
checkAndInitialize();
226
}
227
228
public
static
void
initialize(String... servers) {
229
if
(isEnabled() && !init) {
Callers
nothing calls this directly
Calls
7
checkAndInitialize
Method · 0.95
isEnabled
Method · 0.95
addServer
Method · 0.95
loadAppName
Method · 0.95
setDomain
Method · 0.95
initializeInternal
Method · 0.95
errorHandler
Method · 0.95
Tested by
no test coverage detected