MCPcopy Create free account
hub / github.com/apache/trafficserver / Spacer

Class Spacer

lib/catch2/catch.hpp:8662–8668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8660};
8661
8662class Spacer : public Column {
8663
8664public:
8665 explicit Spacer(size_t spaceWidth) : Column("") {
8666 width(spaceWidth);
8667 }
8668};
8669
8670class Columns {
8671 std::vector<Column> m_columns;

Callers 1

writeToStreamMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected