MCPcopy Create free account
hub / github.com/Hiro420/NikkeTools / isEnvironmentTable

Method isEnvironmentTable

UnLuac/src/unluac/Version.java:333–340  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

331 }
332
333 public boolean isEnvironmentTable(String name) {
334 String env = environmenttable.get();
335 if(env != null) {
336 return name.equals(env);
337 } else {
338 return false;
339 }
340 }
341
342 public boolean isReserved(String name) {
343 return reservedWords.contains(name);

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
equalsMethod · 0.45

Tested by

no test coverage detected