MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / decimal_intg

Function decimal_intg

strings/decimal.c:2027–2032  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2025}
2026
2027int decimal_intg(const decimal_t *from)
2028{
2029 int res;
2030 remove_leading_zeroes(from, &res);
2031 return res;
2032}
2033
2034int decimal_add(const decimal_t *from1, const decimal_t *from2, decimal_t *to)
2035{

Callers 1

my_decimal_intgFunction · 0.85

Calls 1

remove_leading_zeroesFunction · 0.85

Tested by

no test coverage detected