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

Method take_last

simcore/framework/src/cli/cli.hpp:3452–3456  ·  view source on GitHub ↗

Set the multi option policy to take last

Source from the content-addressed store, hash-verified

3450
3451 /// Set the multi option policy to take last
3452 CRTP *take_last() {
3453 auto self = static_cast<CRTP *>(this);
3454 self->multi_option_policy(MultiOptionPolicy::TakeLast);
3455 return self;
3456 }
3457
3458 /// Set the multi option policy to take last
3459 CRTP *take_first() {

Callers

nothing calls this directly

Calls 1

multi_option_policyMethod · 0.45

Tested by

no test coverage detected