Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ current_id
Method
current_id
src/brpc/controller.h:736–739 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
734
735
public:
736
CallId current_id() const {
737
CallId id = { _correlation_id.value + _current_call.nretry + 1 };
738
return id;
739
}
740
private:
741
742
// Append server information to `_error_text'
Callers
1
IssueRPC
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected