Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CE-Programming/CEmu
/ protect_save
Function
protect_save
core/misc.c:329–331 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
327
}
328
329
bool protect_save(FILE *image) {
330
return fwrite(&protect, sizeof(protect), 1, image) == 1;
331
}
332
333
bool protect_restore(FILE *image) {
334
return fread(&protect, sizeof(protect), 1, image) == 1;
Callers
1
asic_save
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected