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

Method getAccessibilityLabel

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

Source from the content-addressed store, hash-verified

3349 CSSUpdateResult updateResult;
3350 std::memset(&updateResult, 0, sizeof(updateResult));
3351
3352 getRoot()->updateCSS(viewTransactionScope, animator, false, 0, 0, updateResult);
3353
3354 if (updateResult.updatedNodes > 0 && Valdi::traceRenderingPerformance) {
3355 VALDI_INFO(getLogger(),
3356 "Update CSS: updates {} nodes in {}, visited {} nodes in total",

Callers 2

TESTFunction · 0.45
writeViewNodeMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36