Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
751
namespace impl {
752
std::string indent(int level)
753
{
754
std::string result;
755
while (level--)
756
{
757
result +=
" "
;
758
}
759
return result;
760
}
761
762
Token TokenIterator::s_endToken(token_type_t::END_TOKEN);
763
Callers
1
dump
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected