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

Method get_msgpack_float_prefix

Source/Utils/json.hpp:13971–13974  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13969 /////////////
13970
13971 static constexpr CharType get_msgpack_float_prefix(float /*unused*/)
13972 {
13973 return to_char_type(0xCA); // float 32
13974 }
13975
13976 static constexpr CharType get_msgpack_float_prefix(double /*unused*/)
13977 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected