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

Method write

test/test.hpp:198–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196 }
197
198 std::size_t
199 write(
200 char const* data,
201 std::size_t size,
202 system::error_code& ec)
203 {
204 auto const n = p_.write_some(
205 false, data, size, ec);
206 if(! ec && n < size)
207 ec = error::extra_data;
208 return n;
209 }
210};
211
212//----------------------------------------------------------

Callers 15

do_readMethod · 0.45
read_jsonFunction · 0.45
set3Function · 0.45
do_rpcFunction · 0.45
operator()Method · 0.45
from_string_testMethod · 0.45
grindMethod · 0.45
set2Function · 0.45
testNumberMethod · 0.45
testMembersMethod · 0.45
from_string_testMethod · 0.45
grindMethod · 0.45

Calls 1

write_someMethod · 0.45

Tested by

no test coverage detected