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

Method Make

cpp/src/arrow/util/io_util.cc:1390–1394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1388} // namespace
1389
1390Result<std::shared_ptr<SelfPipe>> SelfPipe::Make(bool signal_safe) {
1391 auto ptr = std::make_shared<SelfPipeImpl>(signal_safe);
1392 RETURN_NOT_OK(ptr->Init());
1393 return ptr;
1394}
1395
1396SelfPipe::~SelfPipe() = default;
1397

Callers

nothing calls this directly

Calls 11

MakeRandomNameFunction · 0.85
StringToNativeFunction · 0.85
IOErrorFunction · 0.85
GetPlatformTemporaryDirsFunction · 0.85
CreateDirFunction · 0.70
ARROW_ASSIGN_OR_RAISEFunction · 0.50
InitMethod · 0.45
JoinMethod · 0.45
okMethod · 0.45
ToStringMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected