MCPcopy Create free account
hub / github.com/Tripwire/tripwire-open-source / SeekToFCO

Method SeekToFCO

src/fco/fcosetimpl.cpp:256–260  ·  view source on GitHub ↗

////////////////////////////////////////////////////////////////////////// SeekToFCO //////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

254// SeekToFCO
255///////////////////////////////////////////////////////////////////////////////
256bool cFCOIterImpl::SeekToFCO(const cFCOName& name) const
257{
258 mIter = mpSet->mFCOSet.find(cFCOSetImpl::cFCONode(name));
259 return (mIter != mpSet->mFCOSet.end());
260}
261
262
263void cFCOIterImpl::SeekBegin() const

Callers 1

LookupMethod · 0.45

Calls 3

cFCONodeClass · 0.85
endMethod · 0.80
findMethod · 0.45

Tested by

no test coverage detected