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

Method onViewNodeTreeLayoutBecameDirty

valdi/src/valdi/runtime/Runtime.cpp:548–552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

546 });
547}
548
549void Runtime::onViewNodeTreeLayoutBecameDirty(ViewNodeTree& viewNodeTree) {
550 if (_listener != nullptr) {
551 _listener->onContextLayoutBecameDirty(*this, viewNodeTree.getContext());
552 }
553}
554
555void Runtime::runWithExclusiveJsThreadLock(DispatchFunction&& cb) {

Callers 1

runUpdatesInnerMethod · 0.80

Calls 2

getContextMethod · 0.45

Tested by

no test coverage detected