MCPcopy 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
8594class Spacer : public Column {
8595
8596public:
8597 explicit Spacer(size_t spaceWidth) : Column("") {
8598 width(spaceWidth);
8599 }
8600};
8601
8602class Columns {
8603 std::vector<Column> m_columns;

Callers 1

writeToStreamMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected