Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ unreference
Method
unreference
src/slave/containerizer/fetcher.cpp:1334–1339 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1332
1333
1334
void FetcherProcess::Cache::Entry::unreference()
1335
{
1336
CHECK(referenceCount > 0);
1337
1338
referenceCount--;
1339
}
1340
1341
1342
bool FetcherProcess::Cache::Entry::isReferenced() const
Callers
1
foreachvalue
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected