MCPcopy Create free account
hub / github.com/Snapchat/Valdi / ~DebuggerService

Method ~DebuggerService

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

Source from the content-addressed store, hash-verified

79}
80
81DebuggerService::~DebuggerService() {
82 stop();
83 _dispatchQueue->flushAndTeardown();
84}
85
86void DebuggerService::postInit() {
87 _bridgeLogger->setListener(weakRef(this));

Callers

nothing calls this directly

Calls 2

stopFunction · 0.85
flushAndTeardownMethod · 0.80

Tested by

no test coverage detected