Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
995
static string cacheKey(const Option<string>& user, const string& uri)
996
{
997
return user.isNone() ? uri : user.get() +
"@"
+ uri;
998
}
999
1000
1001
shared_ptr<FetcherProcess::Cache::Entry> FetcherProcess::Cache::create(
Callers
3
create
Method · 0.85
get
Method · 0.85
contains
Method · 0.85
Calls
2
isNone
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected