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

Method available

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

Source from the content-addressed store, hash-verified

154bool HalFile::seekCur(int64_t offset) { HAL_FILE_WRAPPED_CALL(seekCur, offset); }
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, ); }

Callers 15

generateThumbBmpMethod · 0.45
generateCoverBmpMethod · 0.45
readRegMethod · 0.45
readGyroMethod · 0.45
getBatteryPercentageMethod · 0.45
beginMethod · 0.45
getTimeMethod · 0.45
readI2CReg16LEFunction · 0.45
enumerateFilePathsMethod · 0.45
loadAllFileStatSlimsMethod · 0.45
fillUncompressedSizesMethod · 0.45
loadFromBinaryFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected