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

Method close

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

Source from the content-addressed store, hash-verified

163bool HalFile::isDirectory() const { HAL_FILE_FORWARD_CALL(isDirectory, ); } // already thread-safe, no need to wrap
164void HalFile::rewindDirectory() { HAL_FILE_WRAPPED_CALL(rewindDirectory, ); }
165bool HalFile::close() { HAL_FILE_WRAPPED_CALL(close, ); }
166HalFile HalFile::openNextFile() {
167 HalStorage::StorageLock lock;
168 assert(impl != nullptr);

Callers 15

loadMethod · 0.45
checkPanicFunction · 0.45
~ImplMethod · 0.45
loadMethod · 0.45
prewarmStyleMethod · 0.45
onGlyphMissMethod · 0.45
scanDirectoryMethod · 0.45
scanRootMethod · 0.45
extract_pnum_subsFunction · 0.45
fontconvert.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected