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

Method compile

ZezeJava/ZezeJava/src/main/java/Zeze/Schemas.java:399–401  ·  view source on GitHub ↗
(@NotNull Schemas s)

Source from the content-addressed store, hash-verified

397 }
398
399 public void compile(@NotNull Schemas s) {
400 type = s.compile(typeName, keyName, valueName);
401 }
402
403 public boolean isCompatible(@NotNull String parent, @NotNull Variable other, @NotNull Context context) {
404 boolean res = true;

Callers

nothing calls this directly

Calls 1

compileMethod · 0.45

Tested by

no test coverage detected