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

Method deleteWithTag

src/common/classes/ClumpletWriter.cpp:495–505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493}
494
495bool ClumpletWriter::deleteWithTag(UCHAR tag)
496{
497 bool rc = false;
498 while (find(tag))
499 {
500 rc = true;
501 deleteClumplet();
502 }
503
504 return rc;
505}
506
507bool ClumpletWriter::upgradeVersion()
508{

Callers 13

add_other_paramsFunction · 0.80
analyzeFunction · 0.80
cleanDpbFunction · 0.80
loadClntMethod · 0.80
addClumpletsFunction · 0.80
changeCryptStateMethod · 0.80
writeDbHeaderMethod · 0.80
digitalySignDatabaseMethod · 0.80
validatePasswordFunction · 0.80
doStartMethod · 0.80
fromUtf8Method · 0.80

Calls 1

findFunction · 0.50

Tested by

no test coverage detected