MCPcopy Create free account
hub / github.com/Snapchat/Valdi / operator*

Method operator*

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

Source from the content-addressed store, hash-verified

3756 }
3757 }
3758}
3759
3760ViewNode* ViewNode::hitTestAccessibilityChildren(const Point& parentDirectionDependentVisual) {
3761 auto frame = getCalculatedFrame();
3762 if (!frame.contains(parentDirectionDependentVisual)) {
3763 return nullptr;

Callers

nothing calls this directly

Calls 1

getChildAtMethod · 0.45

Tested by

no test coverage detected