Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ availableCacheSpace
Method
availableCacheSpace
src/slave/containerizer/fetcher.cpp:695–698 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
693
694
695
Bytes FetcherProcess::availableCacheSpace() const
696
{
697
return cache.availableSpace();
698
}
699
700
701
Future<shared_ptr<FetcherProcess::Cache::Entry>>
Callers
1
TEST_F
Function · 0.80
Calls
1
availableSpace
Method · 0.80
Tested by
1
TEST_F
Function · 0.64