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

Method getNodeId

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

Source from the content-addressed store, hash-verified

235}
236
237StringBox CSSAttributesManager::getNodeId() const {
238 if (_cssNodeContainer != nullptr) {
239 return _cssNodeContainer->node.getNodeId();
240 }
241
242 return StringBox();
243}
244
245Shared<CSSDocument> CSSAttributesManager::getCSSDocument() const {
246 if (_cssNodeContainer != nullptr) {

Callers 2

hasNodeIdMethod · 0.45
getDebugIdMethod · 0.45

Calls 1

StringBoxClass · 0.50

Tested by

no test coverage detected