Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/creatale/node-dv
/ Tell
Method
Tell
deps/tesseract/cube/cached_file.cpp:131–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
129
}
130
131
long CachedFile::Tell() {
132
if (fp_ == NULL && Open() == false) {
133
return 0;
134
}
135
136
return file_pos_ - buff_size_ + buff_pos_;
137
}
138
139
bool CachedFile::eof() {
140
if (fp_ == NULL && Open() == false) {
Callers
1
EnumSamples
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected