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

Method addClumplet

src/jrd/CryptoManager.cpp:1428–1437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1426 }
1427
1428 void CryptoManager::addClumplet(string& signature, ClumpletReader& block, UCHAR tag)
1429 {
1430 if (block.find(tag))
1431 {
1432 string tmp;
1433 block.getString(tmp);
1434 signature += ' ';
1435 signature += tmp;
1436 }
1437 }
1438
1439 void CryptoManager::calcDigitalSignature(thread_db* tdbb, string& signature, const Header& hdr)
1440 {

Callers

nothing calls this directly

Calls 2

findMethod · 0.45
getStringMethod · 0.45

Tested by

no test coverage detected