Home
last modified time | relevance | path

Searched refs:returnIfNoMatch (Results 1 – 1 of 1) sorted by relevance

/dports/biology/bbmap/bbmap/current/stream/
H A DRead.java3086 private boolean testMatchPerfection(boolean returnIfNoMatch){ in testMatchPerfection() argument
3087 if(match==null){return returnIfNoMatch;} in testMatchPerfection()