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

Method ViewTask

src/ViewTask.cpp:40–56  ·  view source on GitHub ↗

///////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

38
39////////////////////////////////////////////////////////////////////////////////
40ViewTask::ViewTask()
41 : _width(0),
42 _left_margin(0),
43 _header(0),
44 _sort_header(0),
45 _odd(0),
46 _even(0),
47 _intra_padding(1),
48 _intra_odd(0),
49 _intra_even(0),
50 _extra_padding(0),
51 _extra_odd(0),
52 _extra_even(0),
53 _truncate_lines(0),
54 _truncate_rows(0),
55 _lines(0),
56 _rows(0) {}
57
58////////////////////////////////////////////////////////////////////////////////
59ViewTask::~ViewTask() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected