MCPcopy Create free account
hub / github.com/boostorg/json / useMonotonic

Method useMonotonic

fuzzing/fuzz_parser.cpp:50–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 }
49
50 void useMonotonic() {
51 monotonic_resource mr;
52 stream_parser p(storage_ptr{}, opt);
53 p.reset( &mr );
54
55 run(p);
56 }
57
58 void useLocalBuffer() {
59 std::unique_ptr<unsigned char[]> temp(new unsigned char[memlimit1]);

Callers 1

LLVMFuzzerTestOneInputFunction · 0.80

Calls 2

runFunction · 0.50
resetMethod · 0.45

Tested by

no test coverage detected