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

Method setNeedsUpdate

valdi/src/valdi/runtime/Context/ViewNodeChildrenIndexer.cpp:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18ViewNodeChildrenIndexer::ViewNodeChildrenIndexer(ViewNode* viewNode) : _viewNode(viewNode) {}
19
20void ViewNodeChildrenIndexer::setNeedsUpdate() {
21 _needUpdate = true;
22}
23
24bool ViewNodeChildrenIndexer::needsUpdate() const {
25 return _needUpdate;

Callers 2

layoutFinishedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected