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

Method getTableConf

ZezeJava/ZezeJava/src/main/java/Zeze/Config.java:398–401  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

396 }
397
398 public TableConf getTableConf(String name) {
399 var tableConf = getTableConfMap().get(name);
400 return tableConf != null ? tableConf : getDefaultTableConf();
401 }
402
403 public @NotNull ConcurrentHashMap<String, DatabaseConf> getDatabaseConfMap() {
404 return databaseConfMap;

Callers 1

testMethod · 0.45

Calls 3

getTableConfMapMethod · 0.95
getDefaultTableConfMethod · 0.95
getMethod · 0.65

Tested by 1

testMethod · 0.36