MCPcopy Create free account
hub / github.com/ElementsProject/elements / LLVMFuzzerInitialize

Function LLVMFuzzerInitialize

src/test/fuzz/fuzz.cpp:124–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122
123// This function is used by libFuzzer
124extern "C" int LLVMFuzzerInitialize(int* argc, char*** argv)
125{
126 SetArgs(*argc, *argv);
127 initialize();
128 return 0;
129}
130
131#if defined(PROVIDE_FUZZ_MAIN_FUNCTION)
132int main(int argc, char** argv)

Callers

nothing calls this directly

Calls 2

SetArgsFunction · 0.85
initializeFunction · 0.70

Tested by

no test coverage detected