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

Method doOnAst

src/jrd/CryptoManager.cpp:822–826  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

820 }
821
822 void CryptoManager::doOnAst(thread_db* tdbb)
823 {
824 fb_assert(stateLock);
825 LCK_convert(tdbb, stateLock, CRYPT_RELEASE, LCK_NO_WAIT);
826 }
827
828 bool CryptoManager::validateAttachment(thread_db* tdbb, Attachment* att, bool consume)
829 {

Callers 1

astMethod · 0.80

Calls 1

LCK_convertFunction · 0.85

Tested by

no test coverage detected