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

Method FailedInline

src/brpc/controller.h:725–725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

723 void ApplyClientSettings(const ClientSettings&);
724
725 bool FailedInline() const { return _error_code; }
726
727 CallId get_id(int nretry) const {
728 CallId id = { _correlation_id.value + nretry + 1 };

Callers 3

CallMethodMethod · 0.80
OnCompleteMethod · 0.80
CallMethodMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected