Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
121
void caf_main(caf::actor_system&, const config& cfg) {
122
foo(42, get_or(cfg,
"api"
,
"default"
) ==
"legacy"
);
123
}
124
125
CAF_MAIN(caf::id_block::driver)
Callers
nothing calls this directly
Calls
2
foo
Function · 0.70
get_or
Function · 0.50
Tested by
no test coverage detected