Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CE-Programming/CEmu
/ watchdog_save
Function
watchdog_save
core/misc.c:276–278 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
274
}
275
276
bool watchdog_save(FILE *image) {
277
return fwrite(&watchdog, sizeof(watchdog), 1, image) == 1;
278
}
279
280
bool watchdog_restore(FILE *image) {
281
watchdog_init_events();
Callers
1
asic_save
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected