Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/avast/retdec
/ getId
Method
getId
src/common/type.cpp:56–59 ·
view source on GitHub ↗
* @return Type's ID is its LLVM IR representation. */
Source
from the content-addressed store, hash-verified
54
* @return Type's ID is its LLVM IR representation.
55
*/
56
std::string Type::getId() const
57
{
58
return getLlvmIr();
59
}
60
61
/**
62
* @return LLVM IR string representation (unique ID).
Callers
3
search
Method · 0.45
erase
Method · 0.45
getMeta
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected