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

Function optionalBlankLine

src/util.cpp:232–234  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

230
231////////////////////////////////////////////////////////////////////////////////
232const char* optionalBlankLine() {
233 return Context::getContext().verbose("blank") ? newline : noline;
234}
235
236////////////////////////////////////////////////////////////////////////////////
237void setHeaderUnderline(Table& table) {

Callers 15

executeMethod · 0.85
listContextsMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85

Calls 1

verboseMethod · 0.80

Tested by

no test coverage detected