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

Method registerAttachment

src/yvalve/why.cpp:3943–3949  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3941namespace Why {
3942
3943IAttachment* MasterImplementation::registerAttachment(IProvider* provider, IAttachment* attachment)
3944{
3945 IAttachment* rc = FB_NEW YAttachment(provider, attachment, "");
3946 rc->addRef();
3947 attachment->addRef();
3948 return rc;
3949}
3950
3951ITransaction* MasterImplementation::registerTransaction(IAttachment* attachment,
3952 ITransaction* transaction)

Callers 1

ExternalContextImplMethod · 0.45

Calls 2

YAttachmentClass · 0.70
addRefMethod · 0.45

Tested by

no test coverage detected