MCPcopy Create free account
hub / github.com/apache/arrow / ~TemporaryDir

Method ~TemporaryDir

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

Source from the content-addressed store, hash-verified

2003TemporaryDir::TemporaryDir(PlatformFilename&& path) : path_(std::move(path)) {}
2004
2005TemporaryDir::~TemporaryDir() {
2006 ARROW_WARN_NOT_OK(DeleteDirTree(path_).status(),
2007 "When trying to delete temporary directory");
2008}
2009
2010SignalHandler::SignalHandler() : SignalHandler(static_cast<Callback>(nullptr)) {}
2011

Callers

nothing calls this directly

Calls 2

DeleteDirTreeFunction · 0.85
statusMethod · 0.45

Tested by

no test coverage detected