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

Method size

UnLuac/src/unluac/decompile/OpcodeMap.java:305–307  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

303 }
304
305 public int size() {
306 return map.length;
307 }
308
309 private void setup_lookup(boolean validate) {
310 lookup = new HashMap<String, Op>();

Callers 15

disassembleMethod · 0.95
assembleMethod · 0.95
stack_reachMethod · 0.45
is_hanger_resolvableMethod · 0.45
processMethod · 0.45
handleInitialDeclaresMethod · 0.45
processOperationMethod · 0.45
processSequenceMethod · 0.45
printSequenceMethod · 0.45
getLastTargetMethod · 0.45
replaceLastValueMethod · 0.45
getArityMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected