Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UtilitechAS/amsreader-firmware
/ loadFromFs
Method
loadFromFs
lib/AmsConfiguration/src/AmsConfiguration.cpp:1227–1229 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1225
}
1226
1227
bool AmsConfiguration::loadFromFs(uint8_t version) {
1228
return false;
1229
}
1230
1231
void AmsConfiguration::deleteFromFs(uint8_t version) {
1232
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected