Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
394
void Config::Initialize()
395
{
396
if (!_instance) {
397
_instance = new Config();
398
_instance->Load();
399
}
400
}
401
402
Config *Config::Current(bool load)
403
{
Callers
nothing calls this directly
Calls
1
Load
Method · 0.80
Tested by
no test coverage detected