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

Method compile

ZezeJava/ZezeJava/src/main/java/Zeze/Schemas.java:811–816  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

809 }
810
811 public void compile() {
812 for (var table : tables.values())
813 table.compile(this);
814 for (var bean : beans.values())
815 bean.compile(this);
816 }
817
818 public @Nullable Type compile(@Nullable String type, @NotNull String key, @NotNull String value) {
819 if (type == null || type.isEmpty())

Callers 5

schemasCompatibleMethod · 0.45
compileMethod · 0.45
compileMethod · 0.45
compileMethod · 0.45
compileMethod · 0.45

Calls 5

compileMethod · 0.95
valuesMethod · 0.65
isEmptyMethod · 0.65
getMethod · 0.65
putMethod · 0.65

Tested by

no test coverage detected