Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
533
void DataBool::dump(int indent)
534
{
535
(void)indent;
536
std::cout <<
"(bool)"
<< getvalue() << std::endl;
537
}
538
int DataBool::getint() const
539
{
540
return static_cast<int>(m_value);
Callers
1
dump_data
Function · 0.45
Calls
2
replaceAll
Function · 0.85
indent
Function · 0.85
Tested by
no test coverage detected