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

Method GetShortValue

storage/connect/xobject.cpp:55–59  ·  view source on GitHub ↗

/ GetShortValue: returns the Result value as a short integer. */ /

Source from the content-addressed store, hash-verified

53/* GetShortValue: returns the Result value as a short integer. */
54/***********************************************************************/
55short XOBJECT::GetShortValue(void)
56 {
57 ASSERT(Value)
58 return Value->GetShortValue();
59 } // end of GetShortValue
60
61/***********************************************************************/
62/* GetIntValue: returns the Result value as a int integer. */

Callers 1

RephraseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected