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

Method CompareForUpperBound

src/fco/fcodatasourceiterimpl.cpp:428–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426///////////////////////////////////////////////////////////////////////////////
427
428bool cFCODataSourceIterImpl::CompareForUpperBound(const iFCO* pFCO, const TCHAR* pchName) const
429{
430 return (Compare(pFCO->GetName().GetShortName(), pchName) == REL_LT);
431}
432
433///////////////////////////////////////////////////////////////////////////////
434// cFCODataSourceIterImplCallCompare

Callers 1

operator()Method · 0.45

Calls 3

CompareFunction · 0.50
GetShortNameMethod · 0.45
GetNameMethod · 0.45

Tested by

no test coverage detected