MCPcopy Create free account
hub / github.com/apache/arrow / SetEnv

Method SetEnv

cpp/src/arrow/testing/process.cc:348–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346void Process::SetArgs(const std::vector<std::string>& args) { impl_->SetArgs(args); }
347
348void Process::SetEnv(const std::string& key, const std::string& value) {
349 impl_->SetEnv(key, value);
350}
351
352void Process::IgnoreStderr() { impl_->IgnoreStderr(); }
353

Callers 1

StartMethod · 0.45

Calls

no outgoing calls

Tested by 1

StartMethod · 0.36