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

Method renderStringRight

src/columns/Column.cpp:322–325  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

320
321////////////////////////////////////////////////////////////////////////////////
322void Column::renderStringRight(std::vector<std::string>& lines, int width, Color& color,
323 const std::string& value) {
324 lines.push_back(color.colorize(rightJustify(value, width)));
325}
326
327////////////////////////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected