Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hiro420/NikkeTools
/ LBoolean
Method
LBoolean
UnLuac/src/unluac/parse/LBoolean.java:10–12 ·
view source on GitHub ↗
(boolean value)
Source
from the content-addressed store, hash-verified
8
private
final
boolean value;
9
10
private
LBoolean(boolean value) {
11
this.value = value;
12
}
13
14
public
boolean value() {
15
return
value;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected