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

Method cli

extras/catch_amalgamated.cpp:1484–1486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1482 return m_cli;
1483 }
1484 void Session::cli( Clara::Parser const& newParser ) {
1485 m_cli = newParser;
1486 }
1487 ConfigData& Session::configData() {
1488 return m_configData;
1489 }

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected