MCPcopy Create free account
hub / github.com/Atarity/Lightpack / firstStart

Method firstStart

Software/src/ApiServer.cpp:187–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185
186
187void ApiServer::firstStart()
188{
189 // Call this function after connect all nesessary signals/slots
190
191 if (Settings::isApiEnabled())
192 {
193 updateApiKey(Settings::getApiAuthKey());
194 startListening();
195 }
196}
197
198void ApiServer::enableApiServer(bool isEnabled)
199{

Callers 1

startApiServerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected