MCPcopy Create free account
hub / github.com/e2wugui/zeze / getDatabaseConfMap

Method getDatabaseConfMap

ZezeJava/ZezeJava/src/main/java/Zeze/Config.java:403–405  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

401 }
402
403 public @NotNull ConcurrentHashMap<String, DatabaseConf> getDatabaseConfMap() {
404 return databaseConfMap;
405 }
406
407 public static Database createDatabase(@NotNull Application zeze, @NotNull DatabaseConf conf) throws Exception {
408 switch (GenModule.instance.genFileSrcRoot == null ? conf.databaseType : DbType.Memory) {

Callers 7

createDatabaseMethod · 0.95
clearOpenDatabaseFlagMethod · 0.95
loadAndParseMethod · 0.95
mainMethod · 0.80
AppMethod · 0.80
DatabaseConfMethod · 0.80

Calls

no outgoing calls

Tested by 2

mainMethod · 0.64
AppMethod · 0.64