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

Method hasPendingRenderRequests

valdi/src/valdi/runtime/Context/Context.cpp:301–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299}
300
301bool Context::hasPendingRenderRequests() const {
302 std::lock_guard<Mutex> guard(_mutex);
303 return !_pendingRenderRequests.empty();
304}
305
306void Context::markUpdateCompleted(ContextUpdateId updateId) {
307 std::unique_lock<Mutex> guard(_mutex);

Callers 3

TEST_PFunction · 0.80
TEST_PMethod · 0.80
setAutoRenderDisabledMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by 2

TEST_PFunction · 0.64
TEST_PMethod · 0.64