MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / PrintSpace

Method PrintSpace

Dependencies/tinyxml2/src/tinyxml2.cpp:2483–2488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2481
2482
2483void XMLPrinter::PrintSpace( int depth )
2484{
2485 for( int i=0; i<depth; ++i ) {
2486 Write( " " );
2487 }
2488}
2489
2490
2491void XMLPrinter::PrintString( const char* p, bool restricted )

Callers

nothing calls this directly

Calls 1

WriteFunction · 0.85

Tested by

no test coverage detected