Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2623
void XMLPrinter::PrintSpace( int depth )
2624
{
2625
for( int i=0; i<depth; ++i ) {
2626
Write(
" "
);
2627
}
2628
}
2629
2630
2631
void XMLPrinter::PrintString( const char* p, bool restricted )
Callers
nothing calls this directly
Calls
1
Write
Function · 0.70
Tested by
no test coverage detected