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

Method updateTranslation

valdi/src/valdi/runtime/Context/ViewNode.cpp:3607–3617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3605
3606RawViewNodeId ViewNode::getRawId() const {
3607 return _rawId;
3608}
3609
3610CSSAttributesManager& ViewNode::getCSSAttributesManager() {
3611 return _cssAttributesManager;
3612}
3613
3614void ViewNode::setLastChildrenIndexerId(int lastChildrenIndexerId) {
3615 _lastChildrenIndexerId = lastChildrenIndexerId;
3616}
3617
3618int ViewNode::getLastChildrenIndexerId() const {
3619 return _lastChildrenIndexerId;
3620}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected