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

Method NewText

native/thirdpart/tinyxml2/tinyxml2.cpp:2255–2260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2253
2254
2255XMLText* XMLDocument::NewText( const char* str )
2256{
2257 XMLText* text = CreateUnlinkedNode<XMLText>( _textPool );
2258 text->SetValue( str );
2259 return text;
2260}
2261
2262
2263XMLDeclaration* XMLDocument::NewDeclaration( const char* str )

Callers 3

ShallowCloneMethod · 0.80
SetTextMethod · 0.80
InsertNewTextMethod · 0.80

Calls 1

SetValueMethod · 0.45

Tested by

no test coverage detected