MCPcopy Create free account
hub / github.com/crosspoint-reader/crosspoint-reader / position

Method position

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

Source from the content-addressed store, hash-verified

155bool HalFile::seekSet(size_t offset) { HAL_FILE_WRAPPED_CALL(seekSet, offset); }
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); }

Callers 7

loadFileStatSlimMethod · 0.80
buildBookBinMethod · 0.80
writeSpineEntryMethod · 0.80
writeTocEntryMethod · 0.80
onPageCompleteMethod · 0.80
createSectionFileMethod · 0.80
startElementMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected