Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ set_extra_bl
Method
set_extra_bl
src/messages/MClientReply.h:438–440 ·
view source on GitHub ↗
dir contents
Source
from the content-addressed store, hash-verified
436
437
// dir contents
438
void set_extra_bl(ceph::buffer::list& bl) {
439
extra_bl = std::move(bl);
440
}
441
ceph::buffer::list& get_extra_bl() {
442
return extra_bl;
443
}
Callers
3
early_reply
Method · 0.80
reply_client_request
Method · 0.80
handle_client_request
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected