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

Method set

src/common/Int128.h:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51public:
52#if SIZEOF_LONG < 8
53 Int128 set(int value, int scale)
54 {
55 return set(SLONG(value), scale);
56 }
57#endif
58
59 Int128 set(SLONG value, int scale)

Callers

nothing calls this directly

Calls 1

setFunction · 0.50

Tested by

no test coverage detected