MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / to_cbor

Function to_cbor

Source/Utils/json.hpp:23557–23560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23555 }
23556
23557 static void to_cbor(const basic_json& j, detail::output_adapter<uint8_t> o)
23558 {
23559 binary_writer<uint8_t>(o).write_cbor(j);
23560 }
23561
23562 static void to_cbor(const basic_json& j, detail::output_adapter<char> o)
23563 {

Callers 1

json.hppFile · 0.85

Calls 1

write_cborMethod · 0.80

Tested by

no test coverage detected