MCPcopy Create free account
hub / github.com/creatale/node-dv / eof

Method eof

deps/tesseract/cube/cached_file.cpp:139–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139bool CachedFile::eof() {
140 if (fp_ == NULL && Open() == false) {
141 return true;
142 }
143
144 return (file_pos_ - buff_size_ + buff_pos_) >= file_size_;
145}
146
147} // namespace tesseract

Callers 2

fromStrMethod · 0.80
EnumSamplesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected