Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
236
pub(crate) struct EncodedBaseCoverage(pub Vec<BaseCoverage>);
237
238
impl EncodedBaseCoverage {
239
/// Encode the match coverage as differences (Δ to previous position)
Callers
1
from_reads
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected