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

Method get_cbor_float_prefix

Source/Utils/json.hpp:13957–13960  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13955 //////////
13956
13957 static constexpr CharType get_cbor_float_prefix(float /*unused*/)
13958 {
13959 return to_char_type(0xFA); // Single-Precision Float
13960 }
13961
13962 static constexpr CharType get_cbor_float_prefix(double /*unused*/)
13963 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected