Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_break
Method · 0.95
littleEndianBytes
Method · 0.45
compressedBytes
Method · 0.45
main
Method · 0.45
processFunctionDirective
Method · 0.45
processOp
Method · 0.45
fixup
Method · 0.45
convert_function
Method · 0.45
peek
Method · 0.45
pop
Method · 0.45
push
Method · 0.45
Calls
no outgoing calls
Tested by
1
main
Method · 0.36