MCPcopy Create free account
hub / github.com/Tom94/tev / hasImageAdditions

Method hasImageAdditions

src/BackgroundImagesLoader.cpp:148–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148bool BackgroundImagesLoader::hasImageAdditions() const {
149 const lock_guard lock{mPendingLoadedImagesMutex};
150 return !mLoadedImages.empty();
151}
152
153} // namespace tev

Callers 1

draw_contentsMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected