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

Method getClumplets

src/jrd/CryptoManager.cpp:112–115  ·  view source on GitHub ↗

This routine is getting clumplets from header page but is not ready to handle continuation Fortunately, modern pages of size 4k and bigger can fit everything on one page.

Source from the content-addressed store, hash-verified

110 // This routine is getting clumplets from header page but is not ready to handle continuation
111 // Fortunately, modern pages of size 4k and bigger can fit everything on one page.
112 void getClumplets(ClumpletWriter& writer) const
113 {
114 writer.reset(header->hdr_data, header->hdr_end - HDR_SIZE);
115 }
116
117 private:
118 Ods::header_page* header;

Callers 6

lockAndReadHeaderMethod · 0.80
changeCryptStateMethod · 0.80
writeDbHeaderMethod · 0.80
calcDigitalSignatureMethod · 0.80
digitalySignDatabaseMethod · 0.80
checkDigitalSignatureMethod · 0.80

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected