Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
370
bool flash_restore(FILE *image) {
371
return fread(&flash, sizeof(flash), 1, image) == 1;
372
}
Callers
1
asic_restore
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected