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

Method getCurrentLoadRequestsCount

valdi/test/utils/MockAssetLoader.cpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122size_t MockAssetLoader::getCurrentLoadRequestsCount() const {
123 std::lock_guard<Mutex> lock(_mutex);
124 return _completions.size();
125}
126
127size_t MockAssetLoader::getLoadAssetCount() const {
128 std::lock_guard<Mutex> lock(_mutex);

Callers 1

TESTFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected