Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
bool
72
fuzz_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
80
extern
"C"
81
int
Callers
1
LLVMFuzzerTestOneInput
Function · 0.85
Calls
1
parse_into
Function · 0.85
Tested by
no test coverage detected