Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ PrintSpace
Method
PrintSpace
externals/tinyxml2/tinyxml2.cpp:2656–2661 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2654
2655
2656
void XMLPrinter::PrintSpace( int depth )
2657
{
2658
for( int i=0; i<depth; ++i ) {
2659
Write(
" "
);
2660
}
2661
}
2662
2663
2664
void XMLPrinter::PrintString( const char* p, bool restricted )
Callers
nothing calls this directly
Calls
1
Write
Function · 0.85
Tested by
no test coverage detected