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

Method Start

src/brpc/server.cpp:1248–1251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1246}
1247
1248int Server::Start(const butil::EndPoint& endpoint, const ServerOptions* opt) {
1249 return StartInternal(
1250 endpoint, PortRange(endpoint.port, endpoint.port), opt);
1251}
1252
1253int Server::Start(const char* ip_port_str, const ServerOptions* opt) {
1254 butil::EndPoint point;

Callers 15

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 6

PortRangeClass · 0.85
str2endpointFunction · 0.85
hostname2endpointFunction · 0.85
EndPointClass · 0.85
str2ipFunction · 0.85
hostname2ipFunction · 0.85

Tested by 15

TEST_FFunction · 0.36
TESTFunction · 0.36
SetUpMethod · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36