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

Function caf_main

robot/logging/driver.cpp:121–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119};
120
121void caf_main(caf::actor_system&, const config& cfg) {
122 foo(42, get_or(cfg, "api", "default") == "legacy");
123}
124
125CAF_MAIN(caf::id_block::driver)

Callers

nothing calls this directly

Calls 2

fooFunction · 0.70
get_orFunction · 0.50

Tested by

no test coverage detected