MCPcopy Create free account
hub / github.com/PeterFWS/Structure-PLP-SLAM / to_cbor

Function to_cbor

3rd/json/include/nlohmann/json.hpp:19236–19239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19234 }
19235
19236 static void to_cbor(const basic_json& j, detail::output_adapter<uint8_t> o)
19237 {
19238 binary_writer<uint8_t>(o).write_cbor(j);
19239 }
19240
19241 static void to_cbor(const basic_json& j, detail::output_adapter<char> o)
19242 {

Callers 1

json.hppFile · 0.85

Calls 1

write_cborMethod · 0.80

Tested by

no test coverage detected