Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ablab/spades
/ AddSequence
Method
AddSequence
ext/src/spoa/src/graph.cpp:60–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
void Graph::Edge::AddSequence(std::uint32_t label, std::uint32_t w) {
61
labels.emplace_back(label);
62
weight += w;
63
}
64
65
Graph::Graph()
66
: num_codes_(0),
Callers
1
AddEdge
Method · 0.80
Calls
3
emplace_back
Method · 0.45
get
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected