MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / PrintSpace

Method PrintSpace

3rdparty/tinyxml2/tinyxml2.cpp:2656–2661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2654
2655
2656void XMLPrinter::PrintSpace( int depth )
2657{
2658 for( int i=0; i<depth; ++i ) {
2659 Write( " " );
2660 }
2661}
2662
2663
2664void XMLPrinter::PrintString( const char* p, bool restricted )

Callers

nothing calls this directly

Calls 1

WriteFunction · 0.85

Tested by

no test coverage detected