MCPcopy Create free account
hub / github.com/audacity/audacity / decimalSumFinalize

Function decimalSumFinalize

lib-src/sqlite/shell.c:5026–5031  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5024 decimal_result(context, p);
5025}
5026static void decimalSumFinalize(sqlite3_context *context){
5027 Decimal *p = sqlite3_aggregate_context(context, 0);
5028 if( p==0 ) return;
5029 decimal_result(context, p);
5030 decimal_clear(p);
5031}
5032
5033/*
5034** SQL Function: decimal_mul(X, Y)

Callers

nothing calls this directly

Calls 2

decimal_resultFunction · 0.85
decimal_clearFunction · 0.85

Tested by

no test coverage detected