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

Method renderStringLeft

src/columns/Column.cpp:316–319  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

314
315////////////////////////////////////////////////////////////////////////////////
316void Column::renderStringLeft(std::vector<std::string>& lines, int width, Color& color,
317 const std::string& value) {
318 lines.push_back(color.colorize(leftJustify(value, width)));
319}
320
321////////////////////////////////////////////////////////////////////////////////
322void Column::renderStringRight(std::vector<std::string>& lines, int width, Color& color,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected