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

Class MetadataFromBlr

src/common/classes/InternalMessageBuffer.cpp:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39{
40
41class MetadataFromBlr : public MsgMetadata
42{
43public:
44 MetadataFromBlr(unsigned blrLength, const unsigned char* blr, unsigned aBufferLength);
45};
46
47MetadataFromBlr::MetadataFromBlr(unsigned aBlrLength, const unsigned char* aBlr, unsigned aLength)
48 : MsgMetadata()

Callers 1

InternalMessageBufferMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected