src/heatmap.h

changeset 75
857af79337d5
parent 56
3d2720f95cfb
equal deleted inserted replaced
74:bae9922f4681 75:857af79337d5
57 57
58 [[nodiscard]] const auto& data() const { 58 [[nodiscard]] const auto& data() const {
59 return m_heatmap; 59 return m_heatmap;
60 } 60 }
61 61
62 [[nodiscard]] std::array<unsigned int, 12> commits_per_month( 62 [[nodiscard]] std::array<commit_summary, 12> commits_per_month(
63 const std::string &repo, 63 const std::string &repo,
64 const std::string& author, 64 const std::string& author,
65 std::chrono::year year 65 std::chrono::year year
66 ) const; 66 ) const;
67 }; 67 };

mercurial