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

Method contains

src/slave/containerizer/fetcher.cpp:1055–1061  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1053
1054
1055bool FetcherProcess::Cache::contains(
1056 const Option<string>& user,
1057 const string& uri) const
1058{
1059 const string key = cacheKey(user, uri);
1060 return table.contains(key);
1061}
1062
1063
1064bool FetcherProcess::Cache::contains(

Callers 15

__sendMethod · 0.45
foreachMethod · 0.45
declineOfferMethod · 0.45
___setMethod · 0.45
___expungeMethod · 0.45
updateMethod · 0.45
acknowledgementMethod · 0.45
cleanupMethod · 0.45
timeoutMethod · 0.45
updateMethod · 0.45
acknowledgementMethod · 0.45

Calls 3

cacheKeyFunction · 0.85
getMethod · 0.45
isNoneMethod · 0.45

Tested by

no test coverage detected