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

Method setMonitoredCssAttributes

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

Source from the content-addressed store, hash-verified

99}
100
101void CSSNode::setMonitoredCssAttributes(MonitoredCssAttributesPtr monitoredCssAttributes) {
102 _monitoredCssAttributes = std::move(monitoredCssAttributes);
103}
104
105const StringBox& CSSNode::getClass() const {
106 return _cssClass;

Callers 1

setCSSDocumentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected