MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / PrintSpace

Method PrintSpace

native/thirdpart/tinyxml2/tinyxml2.cpp:2623–2628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2621
2622
2623void XMLPrinter::PrintSpace( int depth )
2624{
2625 for( int i=0; i<depth; ++i ) {
2626 Write( " " );
2627 }
2628}
2629
2630
2631void XMLPrinter::PrintString( const char* p, bool restricted )

Callers

nothing calls this directly

Calls 1

WriteFunction · 0.70

Tested by

no test coverage detected