Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ cacheSize
Method
cacheSize
src/slave/containerizer/fetcher.cpp:689–692 ·
view source on GitHub ↗
For testing only.
Source
from the content-addressed store, hash-verified
687
688
// For testing only.
689
size_t FetcherProcess::cacheSize() const
690
{
691
return cache.size();
692
}
693
694
695
Bytes FetcherProcess::availableCacheSpace() const
Callers
1
TEST_F
Function · 0.80
Calls
1
size
Method · 0.45
Tested by
1
TEST_F
Function · 0.64