MCPcopy Create free account
hub / github.com/alignoth/alignoth / overlaps

Method overlaps

src/cli.rs:327–329  ·  view source on GitHub ↗
(&self, start: i64, end: i64, target: &str)

Source from the content-addressed store, hash-verified

325 }
326
327 pub(crate) fn overlaps(&self, start: i64, end: i64, target: &str) -> bool {
328 target == self.target && start <= self.end && end >= self.start
329 }
330
331 pub(crate) fn from_vcf_record(vcf_record_index: u64, vcf: &PathBuf) -> Result<Self> {
332 let mut reader = Reader::from_path(vcf)?;

Callers 1

intervalsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected