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

Method PushUnknown

native/thirdpart/tinyxml2/tinyxml2.cpp:2917–2924  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2915
2916
2917void XMLPrinter::PushUnknown( const char* value )
2918{
2919 PrepareForNewNode( _compactMode );
2920
2921 Write( "<!" );
2922 Write( value );
2923 Putc( '>' );
2924}
2925
2926
2927bool XMLPrinter::VisitEnter( const XMLDocument& doc )

Callers

nothing calls this directly

Calls 1

WriteFunction · 0.70

Tested by

no test coverage detected