MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / to_cbor

Function to_cbor

dependencies/json/json.hpp:23641–23644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23639 }
23640
23641 static void to_cbor(const basic_json& j, detail::output_adapter<uint8_t> o)
23642 {
23643 binary_writer<uint8_t>(o).write_cbor(j);
23644 }
23645
23646 static void to_cbor(const basic_json& j, detail::output_adapter<char> o)
23647 {

Callers 1

json.hppFile · 0.70

Calls 1

write_cborMethod · 0.45

Tested by

no test coverage detected