MCPcopy Create free account
hub / github.com/BirolLab/abyss / insert

Method insert

RResolver/RAlgorithmsShort.cpp:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35 public:
36 void insert(double fraction)
37 {
38 assert(fraction >= 0);
39 assert(fraction <= 1);
40 Histogram::insert(int(fraction * 100));
41 }
42
43 friend std::ostream& operator<<(std::ostream& o, const FractionHistogram& h)
44 {

Callers 4

updateStatsFunction · 0.45
processGraphFunction · 0.45
loadReadsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected