MCPcopy Create free account
hub / github.com/ClassicOldSong/Apollo / ~service_controller

Method ~service_controller

src/entry_handler.cpp:148–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146 }
147
148 ~service_controller() {
149 if (service_handle) {
150 CloseServiceHandle(service_handle);
151 }
152
153 if (scm_handle) {
154 CloseServiceHandle(scm_handle);
155 }
156 }
157
158 /**
159 * @brief Asynchronously starts the Sunshine service.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected