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

Function fuzz_direct_parse

fuzzing/fuzz_direct_parse.cpp:71–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70
71bool
72fuzz_direct_parse(string_view sv)
73{
74 Object object;
75 boost::system::error_code ec;
76 parse_into(object, sv, ec);
77 return !ec;
78}
79
80extern "C"
81int

Callers 1

LLVMFuzzerTestOneInputFunction · 0.85

Calls 1

parse_intoFunction · 0.85

Tested by

no test coverage detected