Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HexHive/NASS
/ StaticInterruptCallback
Method
StaticInterruptCallback
fuzz/libfuzzer/FuzzerLoop.cpp:217–220 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
215
}
216
217
void Fuzzer::StaticInterruptCallback() {
218
assert(F);
219
F->InterruptCallback();
220
}
221
222
void Fuzzer::StaticGracefulExitCallback() {
223
assert(F);
Callers
nothing calls this directly
Calls
1
InterruptCallback
Method · 0.80
Tested by
no test coverage detected