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

Method getDecFloat34

src/yvalve/utl.cpp:1366–1370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1364};
1365
1366IDecFloat34* UtilInterface::getDecFloat34(CheckStatusWrapper* status)
1367{
1368 static DecFloat34 decFloat34;
1369 return &decFloat34;
1370}
1371
1372class IfaceInt128 final : public AutoIface<IInt128Impl<IfaceInt128, CheckStatusWrapper> >
1373{

Callers 1

Functions.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected