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

Method extraPadding

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

Source from the content-addressed store, hash-verified

57 void intraColorOdd(Color& c) { _intra_odd = c; }
58 void intraColorEven(Color& c) { _intra_even = c; }
59 void extraPadding(int padding) { _extra_padding = padding; }
60 void extraColorOdd(Color& c) { _extra_odd = c; }
61 void extraColorEven(Color& c) { _extra_even = c; }
62 void truncateLines(int n) { _truncate_lines = n; }

Callers 3

TEST_NAMEFunction · 0.80
executeMethod · 0.80
executeMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_NAMEFunction · 0.64