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

Method PushComment

native/thirdpart/tinyxml2/tinyxml2.cpp:2897–2904  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2895
2896
2897void XMLPrinter::PushComment( const char* comment )
2898{
2899 PrepareForNewNode( _compactMode );
2900
2901 Write( "<!--" );
2902 Write( comment );
2903 Write( "-->" );
2904}
2905
2906
2907void XMLPrinter::PushDeclaration( const char* value )

Callers

nothing calls this directly

Calls 1

WriteFunction · 0.70

Tested by

no test coverage detected