Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/avast/retdec
/ isStack
Method
isStack
src/common/storage.cpp:117–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
bool Storage::isStack() const
118
{
119
return type == eType::STACK;
120
}
121
122
/**
123
* @param[out] globalAddress If storage is global this is set to its address.
Callers
5
getConfigStackVariable
Method · 0.80
getLlvmStackVariable
Method · 0.80
getDebugStackVariable
Method · 0.80
serialize
Function · 0.80
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64