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

Method SetExecutable

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

Source from the content-addressed store, hash-verified

340Process::~Process() {}
341
342Status Process::SetExecutable(const std::string& path) {
343 return impl_->SetExecutable(path);
344}
345
346void Process::SetArgs(const std::vector<std::string>& args) { impl_->SetArgs(args); }
347

Callers 5

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

Calls

no outgoing calls

Tested by 5

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