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

Method read

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

Source from the content-addressed store, hash-verified

156int HalFile::available() const { HAL_FILE_WRAPPED_CALL(available, ); }
157size_t HalFile::position() const { HAL_FILE_WRAPPED_CALL(position, ); }
158int HalFile::read(void* buf, size_t count) { HAL_FILE_WRAPPED_CALL(read, buf, count); }
159int HalFile::read() { HAL_FILE_WRAPPED_CALL(read, ); }
160size_t HalFile::write(const void* buf, size_t count) { HAL_FILE_WRAPPED_CALL(write, buf, count); }
161size_t HalFile::write(uint8_t b) { HAL_FILE_WRAPPED_CALL(write, b); }

Callers 15

generateThumbBmpMethod · 0.45
readHeaderMethod · 0.45
readTitleMethod · 0.45
readAuthorMethod · 0.45
readFirstPageInfoMethod · 0.45
readPageTableEntryMethod · 0.45
readChaptersMethod · 0.45
loadPageMethod · 0.45
loadPageStreamingMethod · 0.45
isValidXtcFileMethod · 0.45
readBE32Function · 0.45
findNextIdatChunkFunction · 0.45

Calls

no outgoing calls

Tested by 2

extract_text_from_epubFunction · 0.36