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

Function get_numeric

src/burp/mvol.cpp:1450–1457  ·  view source on GitHub ↗

____________________________________________________________ Get a numeric value from the input stream.

Source from the content-addressed store, hash-verified

1448// Get a numeric value from the input stream.
1449//
1450static SLONG get_numeric()
1451{
1452 SLONG value[2];
1453
1454 SSHORT length = get_text((UCHAR*) value, sizeof(value));
1455
1456 return gds__vax_integer(reinterpret_cast<const UCHAR*>(value), length);
1457}
1458
1459
1460//____________________________________________________________

Callers 1

read_headerFunction · 0.85

Calls 1

get_textFunction · 0.85

Tested by

no test coverage detected