Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
137
size_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_F
Function · 0.45
Calls
1
size
Method · 0.45
Tested by
1
TEST_F
Function · 0.36