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

Method getDecFloat16

src/yvalve/utl.cpp:1305–1309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1303};
1304
1305IDecFloat16* UtilInterface::getDecFloat16(CheckStatusWrapper* status)
1306{
1307 static DecFloat16 decFloat16;
1308 return &decFloat16;
1309}
1310
1311class DecFloat34 final : public AutoIface<IDecFloat34Impl<DecFloat34, CheckStatusWrapper> >
1312{

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected