MCPcopy Create free account
hub / github.com/HexHive/NASS / GetOutputFile

Function GetOutputFile

fuzz/libfuzzer/FuzzerIO.cpp:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24static FILE *OutputFile = stderr;
25
26FILE *GetOutputFile() {
27 return OutputFile;
28}
29
30void SetOutputFile(FILE *NewOutputFile) {
31 OutputFile = NewOutputFile;

Callers 2

PrintfCaptureMethod · 0.85
~PrintfCaptureMethod · 0.85

Calls

no outgoing calls

Tested by 2

PrintfCaptureMethod · 0.68
~PrintfCaptureMethod · 0.68