MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / AddClassCallBack

Method AddClassCallBack

src/plugin/kernel/src/AFCKernelModule.cpp:410–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408}
409
410bool AFCKernelModule::AddClassCallBack(const std::string& class_name, CLASS_EVENT_FUNCTOR&& cb, const int32_t prio)
411{
412 return m_pClassModule->AddClassCallBack(class_name, std::forward<CLASS_EVENT_FUNCTOR>(cb), prio);
413}
414
415bool AFCKernelModule::AddNodeCallBack(
416 const std::string& class_name, const std::string& name, DATA_NODE_EVENT_FUNCTOR&& cb, const int32_t prio)

Callers 2

CalssCallBackTestMethod · 0.45
InitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected