Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ url
Method
url
src/tests/fetcher_cache_tests.cpp:991–994 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
989
}
990
991
string url()
992
{
993
return
"http://"
+ stringify(self().address) +
"/"
+ self().id +
"/"
;
994
}
995
996
// Stalls the execution of future HTTP requests inside consume().
997
void pause()
Callers
1
TEST_F
Function · 0.45
Calls
1
stringify
Function · 0.50
Tested by
no test coverage detected