MCPcopy Create free account
hub / github.com/DistroAV/DistroAV / Current

Method Current

src/config.cpp:402–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400}
401
402Config *Config::Current(bool load)
403{
404 if (!_instance) {
405 Initialize();
406 } else if (load) {
407 _instance->Load();
408 }
409 return _instance;
410}
411
412void Config::Destroy()
413{

Callers

nothing calls this directly

Calls 1

LoadMethod · 0.80

Tested by

no test coverage detected