Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8662
class Spacer : public Column {
8663
8664
public:
8665
explicit Spacer(size_t spaceWidth) : Column(
""
) {
8666
width(spaceWidth);
8667
}
8668
};
8669
8670
class Columns {
8671
std::vector<Column> m_columns;
Callers
1
writeToStream
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected