Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ get_stdout
Method
get_stdout
src/common/SubProcess.cc:65–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
int SubProcess::get_stdout() const {
66
ceph_assert(is_spawned());
67
ceph_assert(stdout_op == PIPE);
68
69
return stdout_pipe_in_fd;
70
}
71
72
int SubProcess::get_stderr() const {
73
ceph_assert(is_spawned());
Callers
8
TEST
Function · 0.45
nbd_open
Function · 0.45
wnbd_open
Function · 0.45
ggate_open
Function · 0.45
block_device_run_vendor_nvme
Function · 0.45
block_device_run_smartctl
Function · 0.45
invoke_date
Method · 0.45
update_from_hook
Method · 0.45
Calls
no outgoing calls
Tested by
4
TEST
Function · 0.36
nbd_open
Function · 0.36
wnbd_open
Function · 0.36
ggate_open
Function · 0.36