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

Method span

src/brpc/controller.cpp:1757–1759  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1755}
1756
1757std::shared_ptr<Span> ControllerPrivateAccessor::span() const {
1758 return _cntl->_span.lock();
1759}
1760
1761} // namespace brpc

Callers 15

operator()Method · 0.80
PackEspRequestFunction · 0.80
ProcessEspResponseFunction · 0.80
ProcessRedisResponseFunction · 0.80
ProcessHttpResponseFunction · 0.80
SerializeHttpRequestFunction · 0.80
~HttpResponseSenderMethod · 0.80
ProcessUbrpcResponseFunction · 0.80
SendSofaResponseFunction · 0.80
ProcessSofaResponseFunction · 0.80
RunMethod · 0.80

Calls 1

lockMethod · 0.45

Tested by

no test coverage detected