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

Method SetEnv

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

Source from the content-addressed store, hash-verified

198 }
199
200 void SetEnv(const std::string& name, const std::string& value) {
201#ifdef BOOST_PROCESS_AVAILABLE
202# ifdef BOOST_PROCESS_USE_V2
203 env_[name] = process::environment::value(value);
204# else
205 env_[name] = value;
206# endif
207#endif
208 }
209
210 void IgnoreStderr() {
211#ifdef BOOST_PROCESS_AVAILABLE

Callers

nothing calls this directly

Calls 1

valueFunction · 0.50

Tested by

no test coverage detected