Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ run_daemon
Method
run_daemon
lib_fiber/cpp/src/master_fiber.cpp:47–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
void master_fiber::run_daemon(int argc, char** argv)
48
{
49
daemon_mode_ = true;
50
run(argc, argv);
51
}
52
53
bool master_fiber::run_alone(const char* addrs, const char* path /* = NULL */)
54
{
Callers
15
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
1
run
Function · 0.50
Tested by
no test coverage detected