MCPcopy Create free account
hub / github.com/Snapchat/Valdi / start

Method start

valdi/src/valdi/runtime/Debugger/DebuggerService.cpp:90–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void DebuggerService::start() {
91 _dispatchQueue->async([this]() {
92 if (_started) {
93 // Already started
94 return;
95 }
96
97 _started = true;
98 this->doStart(/* attemptNumber */ 1);
99 });
100}
101
102void DebuggerService::doStart(int attemptNumber) {
103 if (_tcpServer != nullptr) {

Callers

nothing calls this directly

Calls 2

doStartMethod · 0.95
asyncMethod · 0.45

Tested by

no test coverage detected