Electroneum
Loading...
Searching...
No Matches
load_from_json.cpp File Reference
Include dependency graph for load_from_json.cpp:

Go to the source code of this file.

Classes

class  PortableStorageFuzzer

Functions

int main (int argc, const char **argv)

Function Documentation

◆ main()

int main ( int argc,
const char ** argv )

Definition at line 71 of file load_from_json.cpp.

72{
73 TRY_ENTRY();
75 return run_fuzzer(argc, argv, fuzzer);
76 CATCH_ENTRY_L0("main", 1);
77}
int run_fuzzer(int argc, const char **argv, Fuzzer &fuzzer)
Definition fuzzer.cpp:48
#define CATCH_ENTRY_L0(lacation, return_val)
#define TRY_ENTRY()
Here is the call graph for this function: