44 std::string m_current_repo = "All Repositories"; |
46 std::string m_current_repo = "All Repositories"; |
45 public: |
47 public: |
46 void set_repo(const std::string& repo) { |
48 void set_repo(const std::string& repo) { |
47 m_current_repo.assign(repo); |
49 m_current_repo.assign(repo); |
48 } |
50 } |
49 void add(const std::string& log); |
51 void add(const settings &settings, const std::string& log); |
50 |
52 |
51 [[nodiscard]] const auto& data() const { |
53 [[nodiscard]] const auto& data() const { |
52 return m_heatmap; |
54 return m_heatmap; |
53 } |
55 } |
54 }; |
56 }; |