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

Method local_side

src/brpc/rtmp.cpp:1609–1610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1607{ return _rtmpsock ? _rtmpsock->remote_side() : butil::EndPoint(); }
1608
1609butil::EndPoint RtmpStreamBase::local_side() const
1610{ return _rtmpsock ? _rtmpsock->local_side() : butil::EndPoint(); }
1611
1612// ============ RtmpClientStream =============
1613

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
EchoMethod · 0.45
mainFunction · 0.45
EchoMethod · 0.45
ProcessRpcRequestMethod · 0.45

Calls 1

EndPointClass · 0.85

Tested by 1

TEST_FFunction · 0.36