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

Method YBlob

src/yvalve/why.cpp:4168–4175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4166
4167
4168YBlob::YBlob(YAttachment* aAttachment, YTransaction* aTransaction, IBlob* aNext)
4169 : YHelper(aNext),
4170 attachment(aAttachment),
4171 transaction(aTransaction)
4172{
4173 aAttachment->childBlobs.add(this);
4174 aTransaction->childBlobs.add(this);
4175}
4176
4177isc_blob_handle& YBlob::getHandle()
4178{

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected