Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ Spacer
Class
Spacer
Bcore/src/main/cpp/Dobby/tests/catch.hpp:5247–5253 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5245
};
5246
5247
class Spacer : public Column {
5248
5249
public:
5250
explicit Spacer(size_t spaceWidth) : Column(
""
) {
5251
width(spaceWidth);
5252
}
5253
};
5254
5255
class Columns {
5256
std::vector<Column> m_columns;
Callers
1
writeToStream
Method · 0.85
Calls
no outgoing calls
Tested by
1
writeToStream
Method · 0.68