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

Function SetRemoteSettings

src/brpc/stream_impl.h:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53 int OnReceived(const StreamFrameMeta& fm, butil::IOBuf *buf, Socket* sock);
54 void SetRemoteSettings(const StreamSettings& remote_settings) {
55 _remote_settings.MergeFrom(remote_settings);
56 }
57 int SetHostSocket(Socket *host_socket);
58 void SetConnected();
59 void SetConnected(const StreamSettings *remote_settings);

Callers

nothing calls this directly

Calls 1

MergeFromMethod · 0.45

Tested by

no test coverage detected