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

Method test

src/remote/remote.h:623–626  ·  view source on GitHub ↗

At least one bit in the parameter is 1 in the object.

Source from the content-addressed store, hash-verified

621 {}
622 // At least one bit in the parameter is 1 in the object.
623 bool test(const T flags) const
624 {
625 return m_flags & flags;
626 }
627 // All bits received as parameter are 1 in the object.
628 bool testAll(const T flags) const
629 {

Callers 9

getCursorAdjustmentMethod · 0.45
openCursorMethod · 0.45
freeClientDataMethod · 0.45
prepareMethod · 0.45
setCursorNameMethod · 0.45
fetchMethod · 0.45
isEofMethod · 0.45
isBofMethod · 0.45
fetchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected