Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hiro420/NikkeTools
/ isEmpty
Method
isEmpty
UnLuac/src/unluac/util/Stack.java:14–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
}
13
14
public
boolean isEmpty() {
15
return
data.isEmpty();
16
}
17
18
public
T peek() {
19
return
data.get(data.size() - 1);
Callers
4
resolve_else
Method · 0.95
find_if_break
Method · 0.95
processSequence
Method · 0.95
BHeader
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected