MCPcopy Create free account
hub / github.com/cathery/sys-con / Initialize

Function Initialize

source/Sysmodule/source/config_handler.cpp:302–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300 }
301
302 Result Initialize()
303 {
304 DiscardOldLogs();
305 config::LoadAllConfigs();
306 config::CheckForFileChanges();
307 utimerCreate(&filecheckTimer, 1e+9L, TimerType_Repeating);
308 return Enable();
309 }
310
311 void Exit()
312 {

Callers

nothing calls this directly

Calls 4

DiscardOldLogsFunction · 0.85
LoadAllConfigsFunction · 0.85
CheckForFileChangesFunction · 0.85
EnableFunction · 0.70

Tested by

no test coverage detected