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

Method Initialize

src/config.cpp:394–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392}
393
394void Config::Initialize()
395{
396 if (!_instance) {
397 _instance = new Config();
398 _instance->Load();
399 }
400}
401
402Config *Config::Current(bool load)
403{

Callers

nothing calls this directly

Calls 1

LoadMethod · 0.80

Tested by

no test coverage detected