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

Method start

Tactility/Source/network/HttpServer.cpp:54–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54bool HttpServer::start() {
55 auto lock = mutex.asScopedLock();
56 lock.lock();
57
58 if (isStarted()) {
59 LOGGER.warn("Already started");
60 return true;
61 }
62
63 return startInternal();
64}
65
66void HttpServer::stop() {
67 auto lock = mutex.asScopedLock();

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