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

Method getVariables

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

Source from the content-addressed store, hash-verified

446 private final ConcurrentHashMap<Integer, Variable> deletedVars = new ConcurrentHashMap<>();
447
448 public final @NotNull ConcurrentHashMap<Integer, Variable> getVariables() {
449 return variables;
450 }
451
452 public final int getKeyRefCount() {
453 return keyRefCount;

Callers 6

isCompatibleMethod · 0.95
decodeMethod · 0.95
encodeMethod · 0.95
compileMethod · 0.95
addVariableMethod · 0.95
OnChangedMethod · 0.45

Calls

no outgoing calls

Tested by 1

OnChangedMethod · 0.36