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

Function ReadFromConfig

source/Sysmodule/source/config_handler.cpp:171–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169 }
170
171 Result ReadFromConfig(const char *path)
172 {
173 tempConfig = ControllerConfig{};
174 return ini_parse(path, ParseConfigLine, NULL);
175 }
176
177 void ConfigChangedCheckThreadFunc(void *arg)
178 {

Callers 1

LoadAllConfigsFunction · 0.85

Calls 1

ini_parseFunction · 0.85

Tested by

no test coverage detected