MCPcopy Create free account
hub / github.com/ChunelFeng/CGraph / add

Method add

src/GraphCtrl/GraphDaemon/GDaemonManager.cpp:40–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39
40CStatus GDaemonManager::add(GDaemonPtr daemon) {
41 CGRAPH_FUNCTION_BEGIN
42 CGRAPH_ASSERT_NOT_NULL(daemon)
43
44 daemons_.insert(daemon);
45 CGRAPH_FUNCTION_END
46}
47
48
49CStatus GDaemonManager::remove(GDaemonPtr daemon) {

Callers

nothing calls this directly

Calls 1

insertMethod · 0.80

Tested by

no test coverage detected