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

Method Size

deps/tesseract/cube/cached_file.cpp:123–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123long CachedFile::Size() {
124 if (fp_ == NULL && Open() == false) {
125 return 0;
126 }
127
128 return file_size_;
129}
130
131long CachedFile::Tell() {
132 if (fp_ == NULL && Open() == false) {

Callers 6

PreTrainingSetupMethod · 0.80
sparse_sizeMethod · 0.80
InitMethod · 0.80
FindNZFeatureMappingMethod · 0.80
DeleteOutliersMethod · 0.80
EnumSamplesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected