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

Method setName

ZezeJava/ZezeJava/src/main/java/Zeze/Config.java:863–865  ·  view source on GitHub ↗
(@Nullable String name)

Source from the content-addressed store, hash-verified

861 }
862
863 public void setName(@Nullable String name) {
864 this.name = name != null ? name : "";
865 }
866
867 public @NotNull DbType getDatabaseType() {
868 return databaseType;

Callers 12

mainMethod · 0.95
newDatabaseMethod · 0.95
test1Method · 0.95
test1Method · 0.95
getDatabaseRocksDbMethod · 0.95
startMethod · 0.95
newDatabaseMethod · 0.95
newDatabaseMethod · 0.95
createRoleMethod · 0.45
scheduleMethod · 0.45

Calls

no outgoing calls

Tested by 5

mainMethod · 0.76
newDatabaseMethod · 0.76
test1Method · 0.76
test1Method · 0.76
getDatabaseRocksDbMethod · 0.76