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

Method copyCSSDocument

valdi/src/valdi/runtime/CSS/CSSAttributesManager.cpp:212–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212void CSSAttributesManager::copyCSSDocument(const CSSAttributesManager& other) {
213 if (other.getCSSDocument() != nullptr) {
214 setCSSDocument(Value(other.getCSSDocument()), false);
215 }
216}
217
218void CSSAttributesManager::setParent(CSSAttributesManager* attributesManagerOfParent) {
219 _attributesManagerOfParent = attributesManagerOfParent;

Callers 1

Calls 2

ValueClass · 0.50
getCSSDocumentMethod · 0.45

Tested by

no test coverage detected