Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FEX-Emu/FEX
/ IsInvalid
Function
IsInvalid
FEXCore/Source/Interface/IR/IR.h:136–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
NodeID ID() const;
135
136
[[nodiscard]]
137
bool IsInvalid() const {
138
return NodeOffset == 0;
139
}
140
141
[[nodiscard]]
142
bool IsImmediate() const {
Callers
1
SetInvalid
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected