Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ setNodeId
Method
setNodeId
valdi/src/valdi/runtime/CSS/CSSNode.cpp:77–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
bool CSSNode::setNodeId(const StringBox& nodeId) {
78
if (_nodeId == nodeId) {
79
return false;
80
}
81
_nodeId = nodeId;
82
return true;
83
}
84
85
const StringBox& CSSNode::getNodeId() const {
86
return _nodeId;
Callers
1
setElementId
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected