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

Method updateAttributeState

valdi/src/valdi/runtime/Runtime.cpp:387–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385#endif
386}
387
388void Runtime::updateAttributeState(ViewNode& viewNode, const StringBox& attributeName, const Value& attributeValue) {
389 auto attributeId = _attributeIds.getIdForName(attributeName);
390
391 viewNode.valueChanged(attributeId, attributeValue, false);
392}
393
394DumpedLogs Runtime::dumpContextsLogs() const {

Callers 2

TEST_PFunction · 0.80

Calls 2

getIdForNameMethod · 0.80
valueChangedMethod · 0.80

Tested by 1

TEST_PFunction · 0.64