Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CE-Programming/CEmu
/ gpt_save
Function
gpt_save
core/timers.c:208–210 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
206
}
207
208
bool gpt_save(FILE *image) {
209
return fwrite(&gpt, sizeof(gpt), 1, image) == 1;
210
}
211
212
bool gpt_restore(FILE *image) {
213
gpt_init_events();
Callers
1
asic_save
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected