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

Method addVariable

ZezeJava/ZezeJava/src/main/java/Zeze/Schemas.java:610–612  ·  view source on GitHub ↗
(@NotNull Variable var)

Source from the content-addressed store, hash-verified

608 }
609
610 public final void addVariable(@NotNull Variable var) {
611 getVariables().put(var.id, var);
612 }
613
614 @Override
615 public void buildRelationalColumns(boolean isKey,

Callers

nothing calls this directly

Calls 2

getVariablesMethod · 0.95
putMethod · 0.65

Tested by

no test coverage detected