MCPcopy Create free account
hub / github.com/bcndev/bytecoin / json_parse

Function json_parse

src/main_fuzzer.cpp:40–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void json_parse(const cn::BinaryArray &msg) {
41 try {
42 common::JsonValue::from_string(common::as_string(msg));
43 sideeffect(true);
44 } catch (const std::exception &ex) {
45 }
46}
47
48void address_parse(const cn::BinaryArray &msg) {
49 uint64_t tag = 0;

Callers 1

LLVMFuzzerTestOneInputFunction · 0.85

Calls 2

sideeffectFunction · 0.85
as_stringFunction · 0.50

Tested by

no test coverage detected