Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ DisableStdout
Method
DisableStdout
be/src/kudu/util/subprocess.cc:858–861 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
856
}
857
858
void Subprocess::DisableStdout() {
859
CHECK_EQ(state_, kNotStarted);
860
fd_state_[STDOUT_FILENO] = DISABLED;
861
}
862
863
int Subprocess::CheckAndOffer(int stdfd) const {
864
CHECK_EQ(state_, kRunning);
Callers
1
HasProgram
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected