MCPcopy Create free account
hub / github.com/MariaDB/server / GetValLen

Method GetValLen

storage/connect/value.cpp:645–650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

643/***********************************************************************/
644template <class TYPE>
645int TYPVAL<TYPE>::GetValLen(void)
646{
647 char c[32];
648
649 return snprintf(c, 32, Fmt, Tval);
650} // end of GetValLen
651
652template <>
653int TYPVAL<double>::GetValLen(void)

Callers 4

AllocateValueFunction · 0.80
FormatValueMethod · 0.80
GetLengthExMethod · 0.80
GetLengthFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected