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

Method SetArgs

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

Source from the content-addressed store, hash-verified

344}
345
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);

Callers 4

StartMethod · 0.45
GcsTestbenchMethod · 0.45
StartMethod · 0.45
MakeMethod · 0.45

Calls

no outgoing calls

Tested by 4

StartMethod · 0.36
GcsTestbenchMethod · 0.36
StartMethod · 0.36
MakeMethod · 0.36