Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
77
Future<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
TEST
Function · 0.80
fromBytes
Method · 0.80
TEST_P
Function · 0.80
TEST_F
Function · 0.80
TEST_F
Function · 0.80
fetch
Method · 0.80
store
Method · 0.80
expunge
Method · 0.80
names
Method · 0.80
operator==
Function · 0.80
operator==
Function · 0.80
validateVersion
Method · 0.80
Calls
3
OK
Class · 0.85
version
Function · 0.70
get
Method · 0.45
Tested by
4
TEST
Function · 0.64
TEST_P
Function · 0.64
TEST_F
Function · 0.64
TEST_F
Function · 0.64