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

Function moveFromAaStatMap

Parallel/NetworkSequenceCollection.cpp:19–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17namespace NSC
18{
19 dbMap moveFromAaStatMap()
20 {
21 dbMap temp;
22 temp.insert(AssemblyAlgorithms::tempStatMap.getAC());
23 AssemblyAlgorithms::tempStatMap.clear();
24 return temp;
25 }
26}
27
28// Don't load data into the control process when we have at least

Callers 1

mainFunction · 0.85

Calls 2

insertMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected