Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ IsConstant
Method
IsConstant
function.cpp:159–162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
157
158
159
bool RegisterValue::IsConstant() const
160
{
161
return (state == ConstantValue) || (state == ConstantPointerValue);
162
}
163
164
165
bool RegisterValue::IsConstantData() const
Callers
2
FunctionInliner
Function · 0.80
TailCallTranslation
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected