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

Method CanDescend

src/fco/fcodatasourceiterimpl.cpp:139–148  ·  view source on GitHub ↗

////////////////////////////////////////////////////////////////////////// CanDescend //////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

137// CanDescend
138///////////////////////////////////////////////////////////////////////////////
139bool cFCODataSourceIterImpl::CanDescend() const //throw (eError)
140{
141 ASSERT(!Done());
142 if (Done())
143 {
144 return false;
145 }
146
147 return ((*mCurPos)->GetCaps() & iFCO::CAP_CAN_HAVE_CHILDREN);
148}
149
150///////////////////////////////////////////////////////////////////////////////
151// Descend

Callers

nothing calls this directly

Calls 1

GetCapsMethod · 0.80

Tested by

no test coverage detected