MCPcopy Create free account
hub / github.com/apache/mesos / isReferenced

Method isReferenced

src/slave/containerizer/fetcher.cpp:1342–1345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1340
1341
1342bool FetcherProcess::Cache::Entry::isReferenced() const
1343{
1344 return referenceCount > 0;
1345}
1346
1347} // namespace slave {
1348} // namespace internal {

Callers 1

foreachFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected