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

Method start

src/jrd/inf.cpp:105–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 }
104
105 void start()
106 {
107 if (!m_transaction)
108 m_transaction = TRA_start(m_tdbb, 0, NULL);
109 }
110
111 jrd_tra* operator->()
112 {

Callers 1

INF_database_infoFunction · 0.45

Calls 1

TRA_startFunction · 0.85

Tested by

no test coverage detected