MCPcopy Create free account
hub / github.com/FidoProject/Fido / CommandLine

Method CommandLine

tests/catch.h:4359–4363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4357 public:
4358
4359 CommandLine()
4360 : m_boundProcessName( new Detail::NullBinder<ConfigT>() ),
4361 m_highestSpecifiedArgPosition( 0 ),
4362 m_throwOnUnrecognisedTokens( false )
4363 {}
4364 CommandLine( CommandLine const& other )
4365 : m_boundProcessName( other.m_boundProcessName ),
4366 m_options ( other.m_options ),

Callers

nothing calls this directly

Calls 2

getMethod · 0.80
resetMethod · 0.45

Tested by

no test coverage detected