MCPcopy Index your code
hub / github.com/crosspoint-reader/crosspoint-reader / size

Method size

lib/hal/HalStorage.cpp:149–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147void HalFile::flush() { HAL_FILE_WRAPPED_CALL(flush, ); }
148size_t HalFile::getName(char* name, size_t len) { HAL_FILE_WRAPPED_CALL(getName, name, len); }
149size_t HalFile::size() { HAL_FILE_FORWARD_CALL(size, ); } // already thread-safe, no need to wrap
150size_t HalFile::fileSize() { HAL_FILE_FORWARD_CALL(fileSize, ); } // already thread-safe, no need to wrap
151uint64_t HalFile::fileSize64() { HAL_FILE_FORWARD_CALL(fileSize, ); } // already thread-safe, no need to wrap
152bool HalFile::seek(size_t pos) { HAL_FILE_WRAPPED_CALL(seekSet, pos); }

Callers 15

readChaptersMethod · 0.45
loadMethod · 0.45
checkPanicFunction · 0.45
loadZipDetailsMethod · 0.45
fillUncompressedSizesMethod · 0.45
legacyDeobfuscateFunction · 0.45
parseCharOffsetFunction · 0.45
isChapterStartXPathFunction · 0.45
parseXPathStepsFunction · 0.45
decodeUriEscapesFunction · 0.45
normalisePathFunction · 0.45
bmpJpegOpenFunction · 0.45

Calls

no outgoing calls

Tested by 5

TESTFunction · 0.36
positionsToHyphenatedFunction · 0.36
evaluateWordFunction · 0.36
runLanguageEvalFunction · 0.36
TESTFunction · 0.36