Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alignoth/alignoth
/ PlotCigar
Class
PlotCigar
src/plot.rs:378–378 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
376
/// Example: `50=|3d|10=|1C|1G|iGGT`
377
#[derive(Debug, Eq, PartialEq)]
378
struct PlotCigar(Vec<InnerPlotCigar>);
379
380
impl Serialize for PlotCigar {
381
fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
Callers
9
from_str
Method · 0.85
from_cigar
Method · 0.85
test_plot_cigar_string_serialization
Function · 0.85
test_read_ordering
Function · 0.85
test_read_ordering_with_max_read_depth
Function · 0.85
test_plot_cigar_match
Function · 0.85
test_plot_cigar_insertion
Function · 0.85
test_plot_cigar_deletion
Function · 0.85
test_plot_cigar_from_str
Function · 0.85
Calls
no outgoing calls
Tested by
7
test_plot_cigar_string_serialization
Function · 0.68
test_read_ordering
Function · 0.68
test_read_ordering_with_max_read_depth
Function · 0.68
test_plot_cigar_match
Function · 0.68
test_plot_cigar_insertion
Function · 0.68
test_plot_cigar_deletion
Function · 0.68
test_plot_cigar_from_str
Function · 0.68