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

Method hasActive

src/jrd/jrd.cpp:9863–9872  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9861
9862
9863bool TrigVector::hasActive() const
9864{
9865 for (const_iterator iter = begin(); iter != end(); ++iter)
9866 {
9867 if (iter->isActive())
9868 return true;
9869 }
9870
9871 return false;
9872}
9873
9874
9875void TrigVector::decompile(thread_db* tdbb)

Callers

nothing calls this directly

Calls 3

beginFunction · 0.50
endFunction · 0.50
isActiveMethod · 0.45

Tested by

no test coverage detected