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

Function indent

erpcgen/src/cpptemplate/cpptempl.cpp:752–760  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

750
751namespace impl {
752std::string indent(int level)
753{
754 std::string result;
755 while (level--)
756 {
757 result += " ";
758 }
759 return result;
760}
761
762Token TokenIterator::s_endToken(token_type_t::END_TOKEN);
763

Callers 1

dumpMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected