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

Method remove

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

Source from the content-addressed store, hash-verified

91bool HalStorage::exists(const char* path) { HAL_STORAGE_WRAPPED_CALL(exists, path); }
92
93bool HalStorage::remove(const char* path) { HAL_STORAGE_WRAPPED_CALL(remove, path); }
94bool HalStorage::rename(const char* oldPath, const char* newPath) {
95 HAL_STORAGE_WRAPPED_CALL(rename, oldPath, newPath);
96}

Callers 15

generateCoverBmpMethod · 0.80
parseTocNcxFileMethod · 0.80
parseTocNavFileMethod · 0.80
parseCssFilesMethod · 0.80
generateCoverBmpMethod · 0.80
generateThumbBmpMethod · 0.80
cleanupTmpFilesMethod · 0.80
clearCacheMethod · 0.80
createSectionFileMethod · 0.80
startElementMethod · 0.80
~ContentOpfParserMethod · 0.80
deleteCacheMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected