MCPcopy Create free account
hub / github.com/PABannier/bark.cpp / get_msgpack_float_prefix

Method get_msgpack_float_prefix

examples/server/json.hpp:16219–16222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16217 /////////////
16218
16219 static constexpr CharType get_msgpack_float_prefix(float /*unused*/)
16220 {
16221 return to_char_type(0xCA); // float 32
16222 }
16223
16224 static constexpr CharType get_msgpack_float_prefix(double /*unused*/)
16225 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected