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

Method version

src/version/version.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75
76
77Future<http::Response> VersionProcess::version(const http::Request& request)
78{
79 return OK(internal::version(), request.url.query.get("jsonp"));
80}
81
82} // namespace internal {
83} // namespace mesos {

Callers 15

TESTFunction · 0.80
fromBytesMethod · 0.80
TEST_PFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
fetchMethod · 0.80
storeMethod · 0.80
expungeMethod · 0.80
namesMethod · 0.80
operator==Function · 0.80
operator==Function · 0.80
validateVersionMethod · 0.80

Calls 3

OKClass · 0.85
versionFunction · 0.70
getMethod · 0.45

Tested by 4

TESTFunction · 0.64
TEST_PFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64