MCPcopy Create free account
hub / github.com/ablab/spades / Contains

Method Contains

ext/src/bamtools/api/SamReadGroupDictionary.cpp:160–162  ·  view source on GitHub ↗

! \fn bool SamReadGroupDictionary::Contains(const std::string& readGroupId) const \brief Returns true if dictionary contains read group. \param[in] readGroupId search for read group matching this ID \return \c true if dictionary contains a read group with this ID */

Source from the content-addressed store, hash-verified

158 \return \c true if dictionary contains a read group with this ID
159*/
160bool SamReadGroupDictionary::Contains(const std::string& readGroupId) const {
161 return ( m_lookupData.find(readGroupId) != m_lookupData.end() );
162}
163
164/*! \fn bool SamReadGroupDictionary::Contains(const SamReadGroup& readGroup) const
165 \brief Returns true if dictionary contains read group (matching on ID).

Callers

nothing calls this directly

Calls 3

ContainsFunction · 0.50
findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected