Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ get_stdin
Method
get_stdin
src/common/SubProcess.cc:58–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
int SubProcess::get_stdin() const {
59
ceph_assert(is_spawned());
60
ceph_assert(stdin_op == PIPE);
61
62
return stdin_pipe_out_fd;
63
}
64
65
int SubProcess::get_stdout() const {
66
ceph_assert(is_spawned());
Callers
1
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36