Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ getPoolSize
Method
getPoolSize
valdi/src/valdi/runtime/Views/ViewFactory.cpp:56–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
size_t ViewFactory::getPoolSize() const {
57
std::lock_guard<Mutex> lock(_mutex);
58
return _pooledViews.size();
59
}
60
61
IViewManager& ViewFactory::getViewManager() const {
62
return _viewManager;
Callers
3
TEST_P
Function · 0.45
getViewPoolsStats
Method · 0.45
dequeueNextViewFactoryToPreload
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
1
TEST_P
Function · 0.36