MCPcopy 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.
689size_t FetcherProcess::cacheSize() const
690{
691 return cache.size();
692}
693
694
695Bytes FetcherProcess::availableCacheSpace() const

Callers 1

TEST_FFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

TEST_FFunction · 0.64