MCPcopy Create free account
hub / github.com/Tencent/TAD_Sim / take_first

Method take_first

simcore/framework/src/cli/cli.hpp:3459–3463  ·  view source on GitHub ↗

Set the multi option policy to take last

Source from the content-addressed store, hash-verified

3457
3458 /// Set the multi option policy to take last
3459 CRTP *take_first() {
3460 auto self = static_cast<CRTP *>(this);
3461 self->multi_option_policy(MultiOptionPolicy::TakeFirst);
3462 return self;
3463 }
3464
3465 /// Set the multi option policy to take all arguments
3466 CRTP *take_all() {

Callers

nothing calls this directly

Calls 1

multi_option_policyMethod · 0.45

Tested by

no test coverage detected