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

Method needUpdateCSS

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

Source from the content-addressed store, hash-verified

251}
252
253bool CSSAttributesManager::needUpdateCSS() const {
254 return _cssNodeContainer != nullptr || _cssNodeContainerFromParentOveridde != nullptr;
255}
256
257bool CSSAttributesManager::hasNodeId(const StringBox& nodeId) const {
258 if (_cssNodeContainer != nullptr && _cssNodeContainer->node.getNodeId() == nodeId) {

Callers 1

insertChildAtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected