Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChunelFeng/CGraph
/ init
Method
init
src/GraphCtrl/GraphDaemon/GDaemonManager.cpp:18–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
17
18
CStatus GDaemonManager::init() {
19
CGRAPH_FUNCTION_BEGIN
20
for (auto daemon: daemons_) {
21
CGRAPH_ASSERT_NOT_NULL(daemon)
22
status += daemon->init();
23
}
24
25
CGRAPH_FUNCTION_END
26
}
27
28
29
CStatus GDaemonManager::destroy() {
Callers
1
for
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected