MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / flash_restore

Function flash_restore

core/flash.c:370–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368}
369
370bool flash_restore(FILE *image) {
371 return fread(&flash, sizeof(flash), 1, image) == 1;
372}

Callers 1

asic_restoreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected