| 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 }; |
no outgoing calls
no test coverage detected