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

Method getPoolSize

snap_drawing/src/snap_drawing/cpp/Utils/ImageQueue.cpp:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137size_t ImageQueue::getPoolSize() const {
138 std::lock_guard<Valdi::Mutex> lock(_mutex);
139 return _cachedBitmaps.size();
140}
141
142} // namespace snap::drawing

Callers 1

TEST_FFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by 1

TEST_FFunction · 0.36