MCPcopy 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
858void Subprocess::DisableStdout() {
859 CHECK_EQ(state_, kNotStarted);
860 fd_state_[STDOUT_FILENO] = DISABLED;
861}
862
863int Subprocess::CheckAndOffer(int stdfd) const {
864 CHECK_EQ(state_, kRunning);

Callers 1

HasProgramMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected