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

Method join

simcore/framework/src/cli/cli.hpp:3473–3477  ·  view source on GitHub ↗

Set the multi option policy to join

Source from the content-addressed store, hash-verified

3471
3472 /// Set the multi option policy to join
3473 CRTP *join() {
3474 auto self = static_cast<CRTP *>(this);
3475 self->multi_option_policy(MultiOptionPolicy::Join);
3476 return self;
3477 }
3478
3479 /// Set the multi option policy to join with a specific delimiter
3480 CRTP *join(char delim) {

Callers 15

stopThread_UpdateRoadMethod · 0.45
~CAsyncTaskMethod · 0.45
upgrade_sensor.pyFile · 0.45
mainFunction · 0.45
launch_tests.pyFile · 0.45
launch_test_loadFunction · 0.45
~ModuleServiceImplMethod · 0.45
txsim_service_waitFunction · 0.45
~SimCloudCityServiceMethod · 0.45
CheckStepStatusMethod · 0.45

Calls 1

multi_option_policyMethod · 0.45

Tested by 7

launch_test_loadFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
execute_runMethod · 0.36