MCPcopy Create free account
hub / github.com/avast/retdec-idaplugin / toString

Method toString

src/idaplugin/function.cpp:219–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219std::string Function::toString() const
220{
221 std::stringstream ss;
222 ss << *this;
223 return ss.str();
224}
225
226std::ostream& operator<<(std::ostream& os, const Function& f)
227{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected