MCPcopy Create free account
hub / github.com/apache/brpc / main

Function main

test/brpc_socket_map_unittest.cpp:172–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170} //namespace
171
172int main(int argc, char* argv[]) {
173 butil::str2endpoint("127.0.0.1:12345", &g_key.peer.addr);
174 testing::InitGoogleTest(&argc, argv);
175 return RUN_ALL_TESTS();
176}

Callers

nothing calls this directly

Calls 1

str2endpointFunction · 0.85

Tested by

no test coverage detected