MCPcopy 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
107bool Storage::isMemory() const
108{
109 return type == eType::GLOBAL;
110}
111
112bool Storage::isRegister() const
113{

Callers 4

initFromDebugMethod · 0.80
insertMethod · 0.80
eraseMethod · 0.80
serializeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected