MCPcopy 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
695Bytes FetcherProcess::availableCacheSpace() const
696{
697 return cache.availableSpace();
698}
699
700
701Future<shared_ptr<FetcherProcess::Cache::Entry>>

Callers 1

TEST_FFunction · 0.80

Calls 1

availableSpaceMethod · 0.80

Tested by 1

TEST_FFunction · 0.64