MCPcopy Create free account
hub / github.com/actor-framework/actor-framework / config

Method config

robot/flow/merge-driver.cpp:96–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94
95struct config : caf::actor_system_config {
96 config() {
97 opt_group{custom_options_, "global"}
98 .add(publishers, "publishers,p", "publishers to use")
99 .add(subscribers, "subscribers,s", "subscribers to use");
100 }
101
102 std::vector<publisher> publishers;
103 std::vector<subscriber> subscribers;

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected