Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ CheckClosed
Method
CheckClosed
cpp/src/arrow/io/file.cc:121–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
}
120
121
Status CheckClosed() const {
122
if (fd_.closed()) {
123
return Status::Invalid(
"Invalid operation on closed file"
);
124
}
125
return Status::OK();
126
}
127
128
Status Close() { return fd_.Close(); }
129
Callers
9
GetSize
Method · 0.45
Tell
Method · 0.45
Seek
Method · 0.45
ReadAt
Method · 0.45
Read
Method · 0.45
WillNeed
Method · 0.45
WriteAt
Method · 0.45
Write
Method · 0.45
Resize
Method · 0.45
Calls
3
Invalid
Function · 0.50
OK
Function · 0.50
closed
Method · 0.45
Tested by
no test coverage detected