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

Method Destroy

src/config.cpp:412–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410}
411
412void Config::Destroy()
413{
414 if (_instance) {
415 delete _instance;
416 _instance = nullptr;
417 }
418}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected