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

Method find

src/common/classes/ClumpletReader.cpp:744–756  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

742}
743
744bool ClumpletReader::find(UCHAR tag)
745{
746 const FB_SIZE_T co = getCurOffset();
747 for (rewind(); !isEof(); moveNext())
748 {
749 if (tag == getClumpTag())
750 {
751 return true;
752 }
753 }
754 setCurOffset(co);
755 return false;
756}
757
758bool ClumpletReader::next(UCHAR tag)
759{

Callers 1

dumpAuthBlockFunction · 0.45

Calls 1

rewindFunction · 0.85

Tested by

no test coverage detected