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

Method SetAttribute

native/thirdpart/tinyxml2/tinyxml2.cpp:1507–1510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1505
1506
1507void XMLAttribute::SetAttribute( const char* v )
1508{
1509 _value.SetStr( v );
1510}
1511
1512
1513void XMLAttribute::SetAttribute( int v )

Callers 6

recursiveToXMLMethod · 0.80
UpdateMethod · 0.80
append_elementFunction · 0.80
insert_next_elementFunction · 0.80
SetAttributeFunction · 0.80
ShallowCloneMethod · 0.80

Calls 1

SetStrMethod · 0.80

Tested by

no test coverage detected