MCPcopy Create free account
hub / github.com/catchorg/Catch2 / columnInfos

Method columnInfos

extras/catch_amalgamated.cpp:9721–9723  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9719 m_columnInfos( CATCH_MOVE( columnInfos ) ) {}
9720
9721 auto columnInfos() const -> std::vector<ColumnInfo> const& {
9722 return m_columnInfos;
9723 }
9724
9725 void open() {
9726 if (!m_isOpen) {

Callers 1

benchmarkPreparingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected