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

Method closed

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

Source from the content-addressed store, hash-verified

84Status SlowInputStream::Abort() { return stream_->Abort(); }
85
86bool SlowInputStream::closed() const { return stream_->closed(); }
87
88Result<int64_t> SlowInputStream::Tell() const { return stream_->Tell(); }
89

Callers 11

TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45
TestSlowInputStreamFunction · 0.45
TestCloseMethod · 0.45
TEST_FFunction · 0.45
WaitMethod · 0.45
ShutdownMethod · 0.45
ChildAfterForkMethod · 0.45
DoSendMethod · 0.45

Calls

no outgoing calls

Tested by 7

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
TestSlowInputStreamFunction · 0.36
TestCloseMethod · 0.36
TEST_FFunction · 0.36