Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ get_stderr
Method
get_stderr
src/common/SubProcess.cc:72–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
int SubProcess::get_stderr() const {
73
ceph_assert(is_spawned());
74
ceph_assert(stderr_op == PIPE);
75
76
return stderr_pipe_in_fd;
77
}
78
79
void SubProcess::close(int &fd) {
80
if (fd == -1)
Callers
4
run_quiesce_hook
Function · 0.45
TEST
Function · 0.45
block_device_run_vendor_nvme
Function · 0.45
update_from_hook
Method · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36