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

Method flushVisibilityObservers

valdi/src/valdi/runtime/Context/ViewNodeTree.cpp:667–671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

665}
666
667void ViewNodeTree::flushVisibilityObservers() {
668 if (_visibilityObserver != nullptr) {
669 _visibilityObserver->flush(getContext());
670 }
671}
672
673ViewNodesFrameObserver* ViewNodeTree::getViewNodesFrameObserver() const {
674 return _framesObserver.get();

Callers 1

Calls 2

flushMethod · 0.65
getContextFunction · 0.50

Tested by

no test coverage detected