Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiFuzz/MultiFuzz
/ timers_restore_snapshot
Function
timers_restore_snapshot
icicle-cortexm/fuzzware-native/timer.c:444–446 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
442
}
443
444
void timers_restore_snapshot(uc_engine *uc, void *snapshot) {
445
memcpy(&uc->fw->timers, snapshot, sizeof(struct TimerState));
446
}
447
448
void timers_discard_snapshot(uc_engine *uc, void *snapshot) {
449
free(snapshot);
Callers
1
restore
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected