Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ connectString
Method
connectString
src/tests/zookeeper_test_server.cpp:106–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
105
106
std::string ZooKeeperTestServer::connectString() const
107
{
108
CHECK(port > 0) <<
"Illegal state, must call startNetwork first!"
;
109
return
"127.0.0.1:"
+ stringify(port);
110
}
111
112
113
void ZooKeeperTestServer::shutdownNetwork()
Callers
6
TEST_F
Function · 0.80
SetUp
Method · 0.80
TEST_F
Function · 0.80
TEST_F
Function · 0.80
TEST_F
Function · 0.80
SetUpTestCase
Method · 0.80
Calls
1
stringify
Function · 0.50
Tested by
no test coverage detected