Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/json
/ useDefault
Method
useDefault
fuzzing/fuzz_parser.cpp:45–48 ·
view source on GitHub ↗
easy case - everything default
Source
from the content-addressed store, hash-verified
43
44
// easy case - everything default
45
void useDefault() {
46
stream_parser p(storage_ptr{}, opt);
47
run(p);
48
}
49
50
void useMonotonic() {
51
monotonic_resource mr;
Callers
1
LLVMFuzzerTestOneInput
Function · 0.80
Calls
1
run
Function · 0.50
Tested by
no test coverage detected