MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / CVT_move

Function CVT_move

src/common/cvt.cpp:3762–3776  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3760
3761
3762void CVT_move(const dsc* from, dsc* to, DecimalStatus decSt, ErrorFunction err)
3763{
3764/**************************************
3765 *
3766 * C V T _ m o v e
3767 *
3768 **************************************
3769 *
3770 * Functional description
3771 * Move (and possible convert) something to something else.
3772 *
3773 **************************************/
3774 CommonCallbacks callbacks(err);
3775 CVT_move_common(from, to, decSt, &callbacks);
3776}

Callers 6

CVT_make_stringFunction · 0.70
mov_dsql_messageFunction · 0.50
getDayFractionFunction · 0.50
getTimeStampToIscTicksFunction · 0.50
MOVG_moveFunction · 0.50
convertMethod · 0.50

Calls 1

CVT_move_commonFunction · 0.85

Tested by

no test coverage detected