| 44 | } |
| 45 | |
| 46 | String HalStorage::readFile(const char* path) { HAL_STORAGE_WRAPPED_CALL(readFile, path); } |
| 47 | |
| 48 | bool HalStorage::readFileToStream(const char* path, Print& out, size_t chunkSize) { |
| 49 | HAL_STORAGE_WRAPPED_CALL(readFileToStream, path, out, chunkSize); |
no outgoing calls
no test coverage detected