MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / killBackgroundTaskController

Method killBackgroundTaskController

Suscan/Library.cpp:708–715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

706}
707
708void
709Singleton::killBackgroundTaskController(void)
710{
711 if (this->backgroundTaskController != nullptr) {
712 delete this->backgroundTaskController;
713 this->backgroundTaskController = nullptr;
714 }
715}
716
717void
718Singleton::sync(void)

Callers 2

~SingletonMethod · 0.95
runSigDiggerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected