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

Function SetAttribute

native/thirdpart/tinyxml2/tinyxml2.h:1465–1468  ·  view source on GitHub ↗

Sets the named attribute to value.

Source from the content-addressed store, hash-verified

1463
1464 /// Sets the named attribute to value.
1465 void SetAttribute( const char* name, const char* value ) {
1466 XMLAttribute* a = FindOrCreateAttribute( name );
1467 a->SetAttribute( value );
1468 }
1469 /// Sets the named attribute to value.
1470 void SetAttribute( const char* name, int value ) {
1471 XMLAttribute* a = FindOrCreateAttribute( name );

Callers

nothing calls this directly

Calls 1

SetAttributeMethod · 0.80

Tested by

no test coverage detected