MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / dump

Method dump

erpcgen/src/cpptemplate/cpptempl.cpp:533–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

531 return !m_value;
532}
533void DataBool::dump(int indent)
534{
535 (void)indent;
536 std::cout << "(bool)" << getvalue() << std::endl;
537}
538int DataBool::getint() const
539{
540 return static_cast<int>(m_value);

Callers 1

dump_dataFunction · 0.45

Calls 2

replaceAllFunction · 0.85
indentFunction · 0.85

Tested by

no test coverage detected