True when the binary is compiled in fuzzing mode.
Synopsis
Declared in <util/check.h>
inline constexpr bool G_FUZZING_BUILD = {
#ifdef FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION
true
#else
false
#endif
};
Created with MrDocs