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

Method sequenceMatches

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

Source from the content-addressed store, hash-verified

84 }
85
86 bool sequenceMatches(const FASTAEntry& rhs) const
87 {
88 return sequence == rhs.sequence;
89 }
90 };
91
92 /// Default constructor

Callers 2

outputTo_Method · 0.80
main_Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected