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

Method size

UnLuac/src/unluac/util/Stack.java:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 }
36
37 public int size() {
38 return data.size();
39 }
40
41 public void reverse() {
42 Collections.reverse(data);

Callers 11

find_if_breakMethod · 0.95
littleEndianBytesMethod · 0.45
compressedBytesMethod · 0.45
mainMethod · 0.45
processOpMethod · 0.45
fixupMethod · 0.45
convert_functionMethod · 0.45
peekMethod · 0.45
popMethod · 0.45
pushMethod · 0.45

Calls

no outgoing calls

Tested by 1

mainMethod · 0.36