MCPcopy Create free account
hub / github.com/GothenburgBitFactory/taskwarrior / rows

Method rows

src/ViewTask.h:66–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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>&);

Callers 6

executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
outputGraphicalMethod · 0.80
outputTabularMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected