MCPcopy Create free account
hub / github.com/Snapchat/Valdi / setTagName

Method setTagName

valdi/src/valdi/runtime/CSS/CSSNode.cpp:89–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89bool CSSNode::setTagName(const StringBox& tagName) {
90 if (_tagName == tagName) {
91 return false;
92 }
93 _tagName = tagName;
94 return true;
95}
96
97void CSSNode::setIsManagingRootOfChildTree(bool managingRootOfChildTree) {
98 _managingRootOfChildTree = managingRootOfChildTree;

Callers 1

setElementTagMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected