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

Method addAttachment

src/yvalve/DistributedTransaction.cpp:521–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

519
520
521void DtcStart::addAttachment(CheckStatusWrapper* status, IAttachment* att)
522{
523 this->addWithTpb(status, att, 0, NULL);
524}
525
526void DtcStart::addWithTpb(CheckStatusWrapper* status, IAttachment* att,
527 unsigned length, const unsigned char* tpb)

Callers

nothing calls this directly

Calls 1

addWithTpbMethod · 0.95

Tested by

no test coverage detected