Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ Spacer
Class
Spacer
test/expected/catch.hpp:8594–8600 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8592
};
8593
8594
class Spacer : public Column {
8595
8596
public:
8597
explicit Spacer(size_t spaceWidth) : Column(
""
) {
8598
width(spaceWidth);
8599
}
8600
};
8601
8602
class Columns {
8603
std::vector<Column> m_columns;
Callers
1
writeToStream
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected