Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/avast/retdec
/ isMemory
Method
isMemory
src/common/storage.cpp:107–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
}
106
107
bool Storage::isMemory() const
108
{
109
return type == eType::GLOBAL;
110
}
111
112
bool Storage::isRegister() const
113
{
Callers
4
initFromDebug
Method · 0.80
insert
Method · 0.80
erase
Method · 0.80
serialize
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected