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

Method isNull

src/remote/protocol.cpp:1652–1655  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1650 }
1651
1652 bool isNull(USHORT id) const
1653 {
1654 return data[id >> 3] & (1 << (id & 7));
1655 }
1656
1657 UCHAR* getData()
1658 {

Callers 1

xdr_packed_messageFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected