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

Method setDeclarationString

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

Source from the content-addressed store, hash-verified

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; }
66void Function::setWrappedFunctionName(const std::string& n) { _wrapperdFunctionName = n; }
67void Function::setStartLine(const retdec::common::Address& l) { _startLine = l; }

Callers 3

getPairFunctionMethod · 0.80
collectExtraDataMethod · 0.80
deserializeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected