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

Method Init

src/plugin/utility/src/AFCScheduleModule.cpp:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23namespace ark {
24
25bool AFCScheduleModule::Init()
26{
27 scheduler = std::make_shared<AFScheduler>(16);
28 return true;
29}
30
31void AFCScheduleModule::AddCronSchedule(const std::string& cron_expression, SCHEDULER_FUNCTOR&& cb)
32{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected