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

Method PushDeclaration

native/thirdpart/tinyxml2/tinyxml2.cpp:2907–2914  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2905
2906
2907void XMLPrinter::PushDeclaration( const char* value )
2908{
2909 PrepareForNewNode( _compactMode );
2910
2911 Write( "<?" );
2912 Write( value );
2913 Write( "?>" );
2914}
2915
2916
2917void XMLPrinter::PushUnknown( const char* value )

Callers

nothing calls this directly

Calls 1

WriteFunction · 0.70

Tested by

no test coverage detected