MCPcopy 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 */
56std::string Type::getId() const
57{
58 return getLlvmIr();
59}
60
61/**
62 * @return LLVM IR string representation (unique ID).

Callers 3

searchMethod · 0.45
eraseMethod · 0.45
getMetaMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected