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

Method write

fuzzing/fuzz_basic_parser.cpp:61–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 }
60
61 std::size_t
62 write(
63 char const* data,
64 std::size_t size,
65 boost::system::error_code& ec)
66 {
67 auto const n = p_.write_some( false, data, size, ec );
68 if(! ec && n < size)
69 ec = error::extra_data;
70 return n;
71 }
72};
73
74bool

Callers 2

validateFunction · 0.45
runMethod · 0.45

Calls 1

write_someMethod · 0.45

Tested by

no test coverage detected