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

Method truncate8

src/common/cvt.cpp:201–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 }
200
201 void truncate8() override
202 {
203 ULONG mask = 0xFFFFFFFF;
204 value &= mask;
205 }
206
207 void truncate16() override
208 {

Callers 1

cvt_decomposeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected