Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hiro420/NikkeTools
/ peek
Method
peek
UnLuac/src/unluac/util/Stack.java:18–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
}
17
18
public
T peek() {
19
return
data.get(data.size() - 1);
20
}
21
22
public
T peek(
int
i) {
23
return
data.get(data.size() - 1 - i);
Callers
6
find_if_break
Method · 0.95
processSequence
Method · 0.95
stack_reach
Method · 0.80
resolve_else
Method · 0.80
is_hanger_resolvable
Method · 0.80
resolve_hangers
Method · 0.80
Calls
2
get
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected