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

Method config

examples/remoting/distributed_calculator.cpp:199–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197 bool server_mode = false;
198
199 config() {
200 opt_group{custom_options_, "global"}
201 .add(port, "port,p", "set port")
202 .add(host, "host,H", "set host (ignored in server mode)")
203 .add(server_mode, "server-mode,s", "enable server mode");
204 }
205};
206// --(rst-config-end)--
207

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected