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

Method reset

src/brpc/socket.h:193–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191 }
192
193 void reset() {
194 // Clear the low 48 bits.
195 _data &= EXTRA_MASK;
196 }
197
198 T* get() const { return (T*)(_data & POINTER_MASK); }
199

Callers 15

~PartitionChannelMethod · 0.45
ProcessNsheadRequestMethod · 0.45
AddressImplMethod · 0.45
ReAddressMethod · 0.45
ResetNonPodsMethod · 0.45
ResetPodsMethod · 0.45
ResetMethod · 0.45
OnCompleteMethod · 0.45
EndRPCMethod · 0.45
SubmitSpanMethod · 0.45
IssueRPCMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected