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

Function cacheKey

src/slave/containerizer/fetcher.cpp:995–998  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

993
994
995static string cacheKey(const Option<string>& user, const string& uri)
996{
997 return user.isNone() ? uri : user.get() + "@" + uri;
998}
999
1000
1001shared_ptr<FetcherProcess::Cache::Entry> FetcherProcess::Cache::create(

Callers 3

createMethod · 0.85
getMethod · 0.85
containsMethod · 0.85

Calls 2

isNoneMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected