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

Method config

examples/flow/iota.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12struct config : caf::actor_system_config {
13 config() {
14 opt_group{custom_options_, "global"} //
15 .add<size_t>("num-values,n", "number of values produced by the source");
16 }
17
18 caf::settings dump_content() const override {
19 auto result = actor_system_config::dump_content();

Callers 1

caf_mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected