Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ getDefaultServiceConf
Method
getDefaultServiceConf
ZezeJava/ZezeJava/src/main/java/Zeze/Config.java:475–477 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
473
}
474
475
public
@NotNull ServiceConf getDefaultServiceConf() {
476
return
defaultServiceConf;
477
}
478
479
public
void
setDefaultServiceConf(@Nullable ServiceConf value) {
480
if
(value != null)
Callers
1
initConfig
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected