Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
81
DebuggerService::~DebuggerService() {
82
stop();
83
_dispatchQueue->flushAndTeardown();
84
}
85
86
void DebuggerService::postInit() {
87
_bridgeLogger->setListener(weakRef(this));
Callers
nothing calls this directly
Calls
2
stop
Function · 0.85
flushAndTeardown
Method · 0.80
Tested by
no test coverage detected