Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ set_return_value
Method
set_return_value
src/blk/BlockDevice.h:136–138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
}
135
136
void set_return_value(int _r) {
137
r = _r;
138
}
139
140
int get_return_value() const {
141
return r;
Callers
1
_aio_thread
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected