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

Method rename

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

Source from the content-addressed store, hash-verified

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}
97
98bool HalStorage::rmdir(const char* path) { HAL_STORAGE_WRAPPED_CALL(rmdir, path); }
99

Callers 12

loadFromFileMethod · 0.80
loadFromFileMethod · 0.80
loadFromFileMethod · 0.80
loadFromFileMethod · 0.80
loadFromFileMethod · 0.80
rawMethod · 0.80
handleMoveMethod · 0.80
handleRenameMethod · 0.80
handleMoveMethod · 0.80
writeAtomicFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected