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

Method seekSet

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

Source from the content-addressed store, hash-verified

153bool HalFile::seek64(uint64_t pos) { HAL_FILE_WRAPPED_CALL(seekSet, pos); }
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); }

Callers 7

buildMiniKernMatrixMethod · 0.80
loadMethod · 0.80
prewarmStyleMethod · 0.80
onGlyphMissMethod · 0.80
calculateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected