MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / headerMatches

Method headerMatches

src/openms/include/OpenMS/FORMAT/FASTAFile.h:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 }
79
80 bool headerMatches(const FASTAEntry& rhs) const
81 {
82 return identifier == rhs.identifier &&
83 description == rhs.description;
84 }
85
86 bool sequenceMatches(const FASTAEntry& rhs) const
87 {

Callers 2

outputTo_Method · 0.80
main_Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected