MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / PushComment

Method PushComment

externals/tinyxml2/tinyxml2.cpp:2930–2937  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2928
2929
2930void XMLPrinter::PushComment( const char* comment )
2931{
2932 PrepareForNewNode( _compactMode );
2933
2934 Write( "<!--" );
2935 Write( comment );
2936 Write( "-->" );
2937}
2938
2939
2940void XMLPrinter::PushDeclaration( const char* value )

Callers

nothing calls this directly

Calls 1

WriteFunction · 0.85

Tested by

no test coverage detected