MCPcopy Index your code
hub / github.com/alignoth/alignoth / EncodedBaseCoverage

Class EncodedBaseCoverage

src/plot.rs:236–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234
235#[derive(Serialize, Debug, Eq, PartialEq, Default, Clone)]
236pub(crate) struct EncodedBaseCoverage(pub Vec<BaseCoverage>);
237
238impl EncodedBaseCoverage {
239 /// Encode the match coverage as differences (Δ to previous position)

Callers 1

from_readsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected