MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / PushUnknown

Method PushUnknown

3rdparty/tinyxml2/tinyxml2.cpp:2950–2957  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2948
2949
2950void XMLPrinter::PushUnknown( const char* value )
2951{
2952 PrepareForNewNode( _compactMode );
2953
2954 Write( "<!" );
2955 Write( value );
2956 Putc( '>' );
2957}
2958
2959
2960bool XMLPrinter::VisitEnter( const XMLDocument& doc )

Callers

nothing calls this directly

Calls 1

WriteFunction · 0.85

Tested by

no test coverage detected