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

Method setAccessibilityNavigation

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

Source from the content-addressed store, hash-verified

3328 if (parent != nullptr) {
3329 return parent->getResolvedColorPalette();
3330 }
3331
3332 if (_viewNodeTree == nullptr) {
3333 return nullptr;
3334 }
3335
3336 const auto& viewManagerContext = _viewNodeTree->getViewManagerContext();
3337 if (viewManagerContext == nullptr) {

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36