Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
~PartitionChannel
Method · 0.45
~DynamicPartitionChannel
Method · 0.45
ProcessNsheadRequest
Method · 0.45
AddressImpl
Method · 0.45
ReAddress
Method · 0.45
ResetNonPods
Method · 0.45
ResetPods
Method · 0.45
Reset
Method · 0.45
OnComplete
Method · 0.45
EndRPC
Method · 0.45
SubmitSpan
Method · 0.45
IssueRPC
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected