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

Method remote_side

src/brpc/rtmp.cpp:1606–1607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1604}
1605
1606butil::EndPoint RtmpStreamBase::remote_side() const
1607{ return _rtmpsock ? _rtmpsock->remote_side() : butil::EndPoint(); }
1608
1609butil::EndPoint RtmpStreamBase::local_side() const
1610{ return _rtmpsock ? _rtmpsock->local_side() : butil::EndPoint(); }

Callers 15

mainFunction · 0.45
EchoMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
RunThreadFuncFunction · 0.45
EchoMethod · 0.45
mainFunction · 0.45
EchoMethod · 0.45
mainFunction · 0.45
EchoMethod · 0.45
HandleEchoResponseFunction · 0.45
EchoMethod · 0.45

Calls 1

EndPointClass · 0.85

Tested by 6

TestSuccessSelectiveMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TestShutdownWriteFunction · 0.36
TEST_FFunction · 0.36