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

Method clear

src/remote/remote.h:636–639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

634 m_flags |= flags;
635 }
636 void clear(const T flags)
637 {
638 m_flags &= ~flags;
639 }
640 void reset()
641 {
642 m_flags = 0;

Callers 3

clearMethod · 0.45
clearExceptionMethod · 0.45
clearRecvQueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected