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

Method reset

src/remote/remote.h:640–643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

638 m_flags &= ~flags;
639 }
640 void reset()
641 {
642 m_flags = 0;
643 }
644private:
645 T m_flags;
646};

Callers 1

initCompressionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected