MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / stop

Method stop

Tactility/Source/network/HttpServer.cpp:66–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void HttpServer::stop() {
67 auto lock = mutex.asScopedLock();
68 lock.lock();
69
70 if (!isStarted()) {
71 LOGGER.warn("Not started");
72 return;
73 }
74
75 stopInternal();
76}
77
78}
79

Callers

nothing calls this directly

Calls 4

isStartedFunction · 0.85
asScopedLockMethod · 0.80
warnMethod · 0.80
lockMethod · 0.45

Tested by

no test coverage detected