| 64 | void addBreak(const std::string& attr) { _breaks.push_back(attr); } |
| 65 | int lines() { return _lines; } |
| 66 | int rows() { return _rows; } |
| 67 | |
| 68 | // View rendering. |
| 69 | std::string render(std::vector<Task>&, std::vector<int>&); |
no outgoing calls
no test coverage detected