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

Method addBreak

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

Source from the content-addressed store, hash-verified

62 void truncateLines(int n) { _truncate_lines = n; }
63 void truncateRows(int n) { _truncate_rows = n; }
64 void addBreak(const std::string& attr) { _breaks.push_back(attr); }
65 int lines() { return _lines; }
66 int rows() { return _rows; }
67

Callers 1

executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected