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

Method copyToOriginal

src/jrd/jrd.h:871–874  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

869 const FbStatusVector* operator->() const { return &m_local_status; }
870
871 void copyToOriginal()
872 {
873 fb_utils::copyStatus(m_old_status, &m_local_status);
874 }
875
876private:
877 Firebird::FbLocalStatus m_local_status;

Callers

nothing calls this directly

Calls 1

copyStatusFunction · 0.85

Tested by

no test coverage detected