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

Method jrdAttachmentEnd

src/jrd/extds/ExtDS.cpp:274–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274void Manager::jrdAttachmentEnd(thread_db* tdbb, Jrd::Attachment* att, bool forced)
275{
276 for (Provider* prv = m_providers; prv; prv = prv->m_next)
277 prv->jrdAttachmentEnd(tdbb, att, forced);
278}
279
280int Manager::shutdown()
281{

Callers

nothing calls this directly

Calls 8

AttToConnClass · 0.85
getBoundAttMethod · 0.80
locateMethod · 0.45
currentMethod · 0.45
pushMethod · 0.45
getNextMethod · 0.45
isEmptyMethod · 0.45
popMethod · 0.45

Tested by

no test coverage detected