| 121 | } |
| 122 | |
| 123 | bool LoopFeature::PostInstall() { |
| 124 | // Start the heart beat thread |
| 125 | heartBeatThread = std::thread(&LoopFeature::HeartBeatThreadWorker, this); |
| 126 | |
| 127 | // OK |
| 128 | return true; |
| 129 | } |
| 130 | |
| 131 | FeatureHookTable LoopFeature::GetHookTable() { |
| 132 | FeatureHookTable table{}; |
no outgoing calls
no test coverage detected