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

Method make_object

test/value_ref.cpp:306–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304 std::pair<string_view, value_ref>>;
305
306 void
307 make_object(
308 kv_init_list init,
309 string_view s)
310 {
311 auto const jv = value(object(init));
312 auto const js = serialize(jv);
313 BOOST_TEST(js == s);
314 }
315
316 void
317 testObjects()

Callers

nothing calls this directly

Calls 3

serializeFunction · 0.85
valueClass · 0.70
objectClass · 0.50

Tested by

no test coverage detected