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

Method setComment

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

Source from the content-addressed store, hash-verified

60void Function::setRealName(const std::string& n) { _realName = n; }
61void Function::setDemangledName(const std::string& n) { _demangledName = n; }
62void Function::setComment(const std::string& c) { _comment = c; }
63void Function::addComment(const std::string& c) { _comment += c; }
64void Function::setDeclarationString(const std::string& s) { _declarationString = s; }
65void Function::setSourceFileName(const std::string& n) { _sourceFileName = n; }

Callers 1

deserializeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected