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

Method Abort

cpp/src/arrow/io/slow.cc:84–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82Status SlowInputStream::Close() { return stream_->Close(); }
83
84Status SlowInputStream::Abort() { return stream_->Abort(); }
85
86bool SlowInputStream::closed() const { return stream_->closed(); }
87

Callers 7

GetListenPortFunction · 0.45
GetAtForkStateFunction · 0.45
ResolveMethod · 0.45
LogFuzzStatusFunction · 0.45
MakeCpuThreadPoolMethod · 0.45
CheckValidMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected