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

Method PushDeclaration

externals/tinyxml2/tinyxml2.cpp:2940–2947  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2938
2939
2940void XMLPrinter::PushDeclaration( const char* value )
2941{
2942 PrepareForNewNode( _compactMode );
2943
2944 Write( "<?" );
2945 Write( value );
2946 Write( "?>" );
2947}
2948
2949
2950void XMLPrinter::PushUnknown( const char* value )

Callers 1

getXMLHeaderMethod · 0.80

Calls 1

WriteFunction · 0.85

Tested by

no test coverage detected