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

Method getBuilder

src/common/MsgMetadata.cpp:380–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378
379
380IMetadataBuilder* MsgMetadata::getBuilder(CheckStatusWrapper* status)
381{
382 try
383 {
384 IMetadataBuilder* rc = FB_NEW MetadataBuilder(this);
385 rc->addRef();
386 return rc;
387 }
388 catch (const Exception& ex)
389 {
390 ex.stuffException(status);
391 }
392 return NULL;
393}
394
395
396void MsgMetadata::assign(IMessageMetadata* from)

Callers

nothing calls this directly

Calls 3

MetadataBuilderClass · 0.85
addRefMethod · 0.45
stuffExceptionMethod · 0.45

Tested by

no test coverage detected