Skip to content

Commit

Permalink
Merge branch 'RelationalCohesion' of https://github.com/kmkristof/Cod…
Browse files Browse the repository at this point in the history
…eCompass into RelationalCohesion
  • Loading branch information
kmkristof committed May 22, 2024
2 parents 5b51959 + 61a1f5f commit 55078ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/cpp_metrics/parser/src/cppmetricsparser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ void CppMetricsParser::functionMcCabe()
});
}

<<<<<<< HEAD
void CppMetricsParser::functionBumpyRoad()
{
util::OdbTransaction {_ctx.db} ([&, this]
Expand All @@ -166,6 +167,8 @@ void CppMetricsParser::functionBumpyRoad()
});
}

=======
>>>>>>> 61a1f5fe2912f2abe1c177573b0e7c828b5577af
void CppMetricsParser::relationalCohesion()
{
util::OdbTransaction {_ctx.db} ([&, this]
Expand Down

0 comments on commit 55078ec

Please sign in to comment.