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

Method daemonTask

python/wrapper/PywGDaemon.h:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19protected:
20 CVoid daemonTask(CGraph::GDaemonParamPtr param) override {
21 PYBIND11_OVERLOAD_PURE(CVoid, GDaemon, daemonTask, param);
22 }
23
24 CMSec modify(CGraph::GDaemonParamPtr param) override {
25 PYBIND11_OVERLOAD(CMSec, GDaemon, modify, param);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected