MCPcopy 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
217void Fuzzer::StaticInterruptCallback() {
218 assert(F);
219 F->InterruptCallback();
220}
221
222void Fuzzer::StaticGracefulExitCallback() {
223 assert(F);

Callers

nothing calls this directly

Calls 1

InterruptCallbackMethod · 0.80

Tested by

no test coverage detected