MCPcopy Create free account
hub / github.com/avast/retdec / getComment

Method getComment

src/common/function.cpp:88–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86const std::string& Function::getRealName() const { return _realName; }
87std::string Function::getDemangledName() const { return _demangledName; }
88std::string Function::getComment() const { return _comment; }
89std::string Function::getDeclarationString() const { return _declarationString; }
90std::string Function::getSourceFileName() const { return _sourceFileName; }
91std::string Function::getWrappedFunctionName() const { return _wrapperdFunctionName; }

Callers 2

getCommentForFuncMethod · 0.80
serializeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected