Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ discard_local
Method
discard_local
src/msg/DispatchQueue.cc:244–247 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
242
}
243
244
void DispatchQueue::discard_local()
245
{
246
decltype(local_messages)().swap(local_messages);
247
}
248
249
void DispatchQueue::shutdown()
250
{
Callers
1
wait
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected