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

Method readFile

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

Source from the content-addressed store, hash-verified

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

Callers 8

loadFromFileMethod · 0.80
loadFromFileMethod · 0.80
loadFromFileMethod · 0.80
loadFromFileMethod · 0.80
loadFromFileMethod · 0.80
loadFromFileMethod · 0.80
loadCachedBookmarksMethod · 0.80
onEnterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected